Html Css Color HEX #C874CD Orchid

📋 copy color: '#C874CD'

red 200 ◦ green 116 ◦ blue 205

#C874CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #C874CD

Tints of Orchid #C874CD

RGB

 RED value IS 200 (78.52% from 255) = 38.39%

 GREEN value IS 116 (45.7% from 255) = 22.26%

 BLUE value IS 205 (80.47% from 255) = 39.35%

R = 38.39%
G = 22.26%
B = 39.35%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C874CD (or 0xC874CD) is known color: Orchid. HEX triplet: C8, 74 and CD. RGB value is (200,116,205). Sum of RGB (Red+Green+Blue) = 200+116+205=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 116 (45.70% from 255 or 22.26% from 521); Blue value is 205 (80.47% from 255 or 39.35% from 521); Max value from RGB is 205 - color contains mainly: blue. Hex color #C874CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874CD is #378B32. Grayscale: #969696. Windows color (decimal): -3640115 or 13464776. OLE color: 13464776.

HSL color Cylindrical-coordinate representation of color #C874CD: hue angle of 296.63º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C874CD is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 116 205 -
CMYK 0.02 0.43 0 0.20
HSL 296.63º 0.47% 0.63% -
HSV(B) 296.63º 0.43% 0.8% -
XYZ 41.08 29.18 61.22 -
YUV 151.26 158.33 162.76 -
System Red Green Blue C M Y K H S L
Decimal 200 116 205 0.02 0.43 0 0.20 296.63 0.47 0.63
Hex C8 74 CD 2 2B 0 14 129 2F 3F
Octal 310 164 315 2 53 0 24 451 57 77
Binary 11001000 1110100 11001101 10 101011 0 10100 100101001 101111 111111

Color Harmonies of #C874CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874CD

Black with #C874CD

Text Example


Text Example

White with #C874CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874CD; }

 p { color: rgb(200,116,205); }

 H1.HeaderClassName
 {
   color: #C874CD;
 }
 .AnyTagClassName
 {
   color: #C874CD;
 }
</style>

background-color css

<style>
 a { background-color: #C874CD; }

 a { background-color: rgb(200,116,205); }

 div.DivClassName
 {
   background-color: #C874CD;
 }
 .BgClassName
 {
   background-color: #C874CD;
 }
</style>

border-color css

<style>
 span { border-color: #C874CD; }

 span { border-color: rgb(200,116,205); }

 td.TdClassName
 {
   border-color: #C874CD;
 }
 .TagClassName
 {
   border-color: #C874CD;
 }
</style>