Html Css Color HEX #C874CC Orchid

📋 copy color: '#C874CC'

red 200 ◦ green 116 ◦ blue 204

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

Shades of Orchid #C874CC

Tints of Orchid #C874CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 38.46%
G = 22.31%
B = 39.23%

CMYK

 C value IS 0.02

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C874CC (or 0xC874CC) is known color: Orchid. HEX triplet: C8, 74 and CC. RGB value is (200,116,204). Sum of RGB (Red+Green+Blue) = 200+116+204=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 116 (45.70% from 255 or 22.31% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #C874CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C874CC is #378B33. Grayscale: #969696. Windows color (decimal): -3640116 or 13399240. OLE color: 13399240.

HSL color Cylindrical-coordinate representation of color #C874CC: hue angle of 297.27º degrees, saturation: 0.46, 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 #C874CC is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 200 116 204 -
CMYK 0.02 0.43 0 0.2
HSL 297.27º 0.46% 0.63% -
HSV(B) 297.27º 0.43% 0.8% -
XYZ 40.96 29.13 60.59 -
YUV 151.15 157.83 162.84 -
System Red Green Blue C M Y K H S L
Decimal 200 116 204 0.02 0.43 0 0.2 297.27 0.46 0.63
Hex C8 74 CC 2 2B 0 14 129 2E 3F
Octal 310 164 314 2 53 0 24 451 56 77
Binary 11001000 1110100 11001100 10 101011 0 10100 100101001 101110 111111

Color Harmonies of #C874CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C874CC

Black with #C874CC

Text Example


Text Example

White with #C874CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C874CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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