Html Css Color HEX #CB72D1 Orchid

📋 copy color: '#CB72D1'

red 203 ◦ green 114 ◦ blue 209

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

Shades of Orchid #CB72D1

Tints of Orchid #CB72D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 39.73%

R = 38.59%
G = 21.67%
B = 39.73%

CMYK

 C value IS 0.03

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB72D1 (or 0xCB72D1) is known color: Orchid. HEX triplet: CB, 72 and D1. RGB value is (203,114,209). Sum of RGB (Red+Green+Blue) = 203+114+209=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 209 (82.03% from 255 or 39.73% from 526); Max value from RGB is 209 - color contains mainly: blue. Hex color #CB72D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB72D1 is #348D2E. Grayscale: #979797. Windows color (decimal): -3444015 or 13726411. OLE color: 13726411.

HSL color Cylindrical-coordinate representation of color #CB72D1: hue angle of 296.21º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB72D1 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 114 209 -
CMYK 0.03 0.45 0 0.18
HSL 296.21º 0.51% 0.63% -
HSV(B) 296.21º 0.45% 0.82% -
XYZ 42.15 29.33 63.76 -
YUV 151.44 160.49 164.78 -
System Red Green Blue C M Y K H S L
Decimal 203 114 209 0.03 0.45 0 0.18 296.21 0.51 0.63
Hex CB 72 D1 3 2D 0 12 128 33 3F
Octal 313 162 321 3 55 0 22 450 63 77
Binary 11001011 1110010 11010001 11 101101 0 10010 100101000 110011 111111

Color Harmonies of #CB72D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB72D1

Black with #CB72D1

Text Example


Text Example

White with #CB72D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB72D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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