Html Css Color HEX #CB72CA Orchid

📋 copy color: '#CB72CA'

red 203 ◦ green 114 ◦ blue 202

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

Shades of Orchid #CB72CA

Tints of Orchid #CB72CA

RGB

 RED value IS 203 (79.69% from 255) = 39.11%

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

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

R = 39.11%
G = 21.97%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CB72CA (or 0xCB72CA) is known color: Orchid. HEX triplet: CB, 72 and CA. RGB value is (203,114,202). Sum of RGB (Red+Green+Blue) = 203+114+202=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 202 (79.30% from 255 or 38.92% from 519); Max value from RGB is 203 - color contains mainly: red. Hex color #CB72CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72CA is #348D35. Grayscale: #969696. Windows color (decimal): -3444022 or 13267659. OLE color: 13267659.

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

Color convert

RGB 203 114 202 -
CMYK 0 0.44 0.00 0.20
HSL 300.67º 0.46% 0.62% -
HSV(B) 300.67º 0.44% 0.8% -
XYZ 41.31 29 59.3 -
YUV 150.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 203 114 202 0 0.44 0.00 0.20 300.67 0.46 0.62
Hex CB 72 CA 0 2C 0 14 12D 2E 3E
Octal 313 162 312 0 54 0 24 455 56 76
Binary 11001011 1110010 11001010 0 101100 0 10100 100101101 101110 111110

Color Harmonies of #CB72CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72CA

Black with #CB72CA

Text Example


Text Example

White with #CB72CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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