Html Css Color HEX #CB72DA Orchid

📋 copy color: '#CB72DA'

red 203 ◦ green 114 ◦ blue 218

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

Shades of Orchid #CB72DA

Tints of Orchid #CB72DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 37.94%
G = 21.31%
B = 40.75%

CMYK

 C value IS 0.07

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB72DA (or 0xCB72DA) is known color: Orchid. HEX triplet: CB, 72 and DA. RGB value is (203,114,218). Sum of RGB (Red+Green+Blue) = 203+114+218=535 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.94% from 535); Green value is 114 (44.92% from 255 or 21.31% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72DA is #348D25. Grayscale: #989898. Windows color (decimal): -3444006 or 14316235. OLE color: 14316235.

HSL color Cylindrical-coordinate representation of color #CB72DA: hue angle of 291.35º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CB72DA is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 114 218 -
CMYK 0.07 0.48 0 0.15
HSL 291.35º 0.58% 0.65% -
HSV(B) 291.35º 0.48% 0.85% -
XYZ 43.3 29.79 69.8 -
YUV 152.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 203 114 218 0.07 0.48 0 0.15 291.35 0.58 0.65
Hex CB 72 DA 7 30 0 F 123 3A 41
Octal 313 162 332 7 60 0 17 443 72 101
Binary 11001011 1110010 11011010 111 110000 0 1111 100100011 111010 1000001

Color Harmonies of #CB72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72DA

Black with #CB72DA

Text Example


Text Example

White with #CB72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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