Html Css Color HEX #C872CB Orchid

📋 copy color: '#C872CB'

red 200 ◦ green 114 ◦ blue 203

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

Shades of Orchid #C872CB

Tints of Orchid #C872CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 38.68%
G = 22.05%
B = 39.26%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C872CB (or 0xC872CB) is known color: Orchid. HEX triplet: C8, 72 and CB. RGB value is (200,114,203). Sum of RGB (Red+Green+Blue) = 200+114+203=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 203 - color contains mainly: blue. Hex color #C872CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872CB is #378D34. Grayscale: #959595. Windows color (decimal): -3640629 or 13333192. OLE color: 13333192.

HSL color Cylindrical-coordinate representation of color #C872CB: hue angle of 297.98º degrees, saturation: 0.46, 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 #C872CB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 200 114 203 -
CMYK 0.01 0.44 0 0.20
HSL 297.98º 0.46% 0.62% -
HSV(B) 297.98º 0.44% 0.8% -
XYZ 40.62 28.63 59.88 -
YUV 149.86 157.99 163.76 -
System Red Green Blue C M Y K H S L
Decimal 200 114 203 0.01 0.44 0 0.20 297.98 0.46 0.62
Hex C8 72 CB 1 2C 0 14 12A 2E 3E
Octal 310 162 313 1 54 0 24 452 56 76
Binary 11001000 1110010 11001011 1 101100 0 10100 100101010 101110 111110

Color Harmonies of #C872CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872CB

Black with #C872CB

Text Example


Text Example

White with #C872CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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