Html Css Color HEX #CB73DB Orchid

📋 copy color: '#CB73DB'

red 203 ◦ green 115 ◦ blue 219

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

Shades of Orchid #CB73DB

Tints of Orchid #CB73DB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.42%

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 37.8%
G = 21.42%
B = 40.78%

CMYK

 C value IS 0.07

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB73DB (or 0xCB73DB) is known color: Orchid. HEX triplet: CB, 73 and DB. RGB value is (203,115,219). Sum of RGB (Red+Green+Blue) = 203+115+219=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB73DB is #348C24. Grayscale: #989898. Windows color (decimal): -3443749 or 14382027. OLE color: 14382027.

HSL color Cylindrical-coordinate representation of color #CB73DB: hue angle of 290.77º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB73DB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 115 219 -
CMYK 0.07 0.47 0 0.14
HSL 290.77º 0.59% 0.65% -
HSV(B) 290.77º 0.47% 0.86% -
XYZ 43.55 30.07 70.53 -
YUV 153.17 165.15 163.54 -
System Red Green Blue C M Y K H S L
Decimal 203 115 219 0.07 0.47 0 0.14 290.77 0.59 0.65
Hex CB 73 DB 7 2F 0 E 123 3B 41
Octal 313 163 333 7 57 0 16 443 73 101
Binary 11001011 1110011 11011011 111 101111 0 1110 100100011 111011 1000001

Color Harmonies of #CB73DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB73DB

Black with #CB73DB

Text Example


Text Example

White with #CB73DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB73DB; }

 p { color: rgb(203,115,219); }

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

background-color css

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

 a { background-color: rgb(203,115,219); }

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

border-color css

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

 span { border-color: rgb(203,115,219); }

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