Html Css Color HEX #C872CA Orchid

📋 copy color: '#C872CA'

red 200 ◦ green 114 ◦ blue 202

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

Shades of Orchid #C872CA

Tints of Orchid #C872CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 38.76%
G = 22.09%
B = 39.15%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C872CA (or 0xC872CA) is known color: Orchid. HEX triplet: C8, 72 and CA. RGB value is (200,114,202). Sum of RGB (Red+Green+Blue) = 200+114+202=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C872CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872CA is #378D35. Grayscale: #959595. Windows color (decimal): -3640630 or 13267656. OLE color: 13267656.

HSL color Cylindrical-coordinate representation of color #C872CA: hue angle of 298.64º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C872CA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 114 202 -
CMYK 0.01 0.44 0 0.21
HSL 298.64º 0.45% 0.62% -
HSV(B) 298.64º 0.44% 0.79% -
XYZ 40.5 28.58 59.26 -
YUV 149.75 157.49 163.84 -
System Red Green Blue C M Y K H S L
Decimal 200 114 202 0.01 0.44 0 0.21 298.64 0.45 0.62
Hex C8 72 CA 1 2C 0 15 12B 2D 3E
Octal 310 162 312 1 54 0 25 453 55 76
Binary 11001000 1110010 11001010 1 101100 0 10101 100101011 101101 111110

Color Harmonies of #C872CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C872CA

Black with #C872CA

Text Example


Text Example

White with #C872CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C872CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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