Html Css Color HEX #CB72DF Orchid

📋 copy color: '#CB72DF'

red 203 ◦ green 114 ◦ blue 223

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

Shades of Orchid #CB72DF

Tints of Orchid #CB72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 37.59%
G = 21.11%
B = 41.3%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB72DF (or 0xCB72DF) is known color: Orchid. HEX triplet: CB, 72 and DF. RGB value is (203,114,223). Sum of RGB (Red+Green+Blue) = 203+114+223=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 114 (44.92% from 255 or 21.11% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB72DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72DF is #348D20. Grayscale: #989898. Windows color (decimal): -3444001 or 14643915. OLE color: 14643915.

HSL color Cylindrical-coordinate representation of color #CB72DF: hue angle of 288.99º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB72DF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 114 223 -
CMYK 0.09 0.49 0 0.13
HSL 288.99º 0.63% 0.66% -
HSV(B) 288.99º 0.49% 0.87% -
XYZ 43.97 30.06 73.3 -
YUV 153.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 203 114 223 0.09 0.49 0 0.13 288.99 0.63 0.66
Hex CB 72 DF 9 31 0 D 121 3F 42
Octal 313 162 337 11 61 0 15 441 77 102
Binary 11001011 1110010 11011111 1001 110001 0 1101 100100001 111111 1000010

Color Harmonies of #CB72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72DF

Black with #CB72DF

Text Example


Text Example

White with #CB72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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