Html Css Color HEX #CB72D9 Orchid

📋 copy color: '#CB72D9'

red 203 ◦ green 114 ◦ blue 217

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

Shades of Orchid #CB72D9

Tints of Orchid #CB72D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.64%

R = 38.01%
G = 21.35%
B = 40.64%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB72D9 (or 0xCB72D9) is known color: Orchid. HEX triplet: CB, 72 and D9. RGB value is (203,114,217). Sum of RGB (Red+Green+Blue) = 203+114+217=534 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.01% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 217 (85.16% from 255 or 40.64% from 534); Max value from RGB is 217 - color contains mainly: blue. Hex color #CB72D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72D9 is #348D26. Grayscale: #989898. Windows color (decimal): -3444007 or 14250699. OLE color: 14250699.

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

Color convert

RGB 203 114 217 -
CMYK 0.06 0.47 0 0.15
HSL 291.84º 0.58% 0.65% -
HSV(B) 291.84º 0.47% 0.85% -
XYZ 43.17 29.74 69.11 -
YUV 152.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 203 114 217 0.06 0.47 0 0.15 291.84 0.58 0.65
Hex CB 72 D9 6 2F 0 F 124 3A 41
Octal 313 162 331 6 57 0 17 444 72 101
Binary 11001011 1110010 11011001 110 101111 0 1111 100100100 111010 1000001

Color Harmonies of #CB72D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72D9

Black with #CB72D9

Text Example


Text Example

White with #CB72D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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