Html Css Color HEX #C872CC Orchid

📋 copy color: '#C872CC'

red 200 ◦ green 114 ◦ blue 204

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

Shades of Orchid #C872CC

Tints of Orchid #C872CC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.01%

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

R = 38.61%
G = 22.01%
B = 39.38%

CMYK

 C value IS 0.02

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C872CC (or 0xC872CC) is known color: Orchid. HEX triplet: C8, 72 and CC. RGB value is (200,114,204). Sum of RGB (Red+Green+Blue) = 200+114+204=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 204 - color contains mainly: blue. Hex color #C872CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872CC is #378D33. Grayscale: #959595. Windows color (decimal): -3640628 or 13398728. OLE color: 13398728.

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

Color convert

RGB 200 114 204 -
CMYK 0.02 0.44 0 0.2
HSL 297.33º 0.47% 0.62% -
HSV(B) 297.33º 0.44% 0.8% -
XYZ 40.74 28.67 60.51 -
YUV 149.97 158.49 163.68 -
System Red Green Blue C M Y K H S L
Decimal 200 114 204 0.02 0.44 0 0.2 297.33 0.47 0.62
Hex C8 72 CC 2 2C 0 14 129 2F 3E
Octal 310 162 314 2 54 0 24 451 57 76
Binary 11001000 1110010 11001100 10 101100 0 10100 100101001 101111 111110

Color Harmonies of #C872CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872CC

Black with #C872CC

Text Example


Text Example

White with #C872CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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