Html Css Color HEX #CB75DB Orchid

📋 copy color: '#CB75DB'

red 203 ◦ green 117 ◦ blue 219

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

Shades of Orchid #CB75DB

Tints of Orchid #CB75DB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.71%

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

R = 37.66%
G = 21.71%
B = 40.63%

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

#CB75DB (or 0xCB75DB) is known color: Orchid. HEX triplet: CB, 75 and DB. RGB value is (203,117,219). Sum of RGB (Red+Green+Blue) = 203+117+219=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 117 (46.09% from 255 or 21.71% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB75DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB75DB is #348A24. Grayscale: #9A9A9A. Windows color (decimal): -3443237 or 14382539. OLE color: 14382539.

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

Color convert

RGB 203 117 219 -
CMYK 0.07 0.47 0 0.14
HSL 290.59º 0.59% 0.66% -
HSV(B) 290.59º 0.47% 0.86% -
XYZ 43.78 30.53 70.6 -
YUV 154.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 203 117 219 0.07 0.47 0 0.14 290.59 0.59 0.66
Hex CB 75 DB 7 2F 0 E 123 3B 42
Octal 313 165 333 7 57 0 16 443 73 102
Binary 11001011 1110101 11011011 111 101111 0 1110 100100011 111011 1000010

Color Harmonies of #CB75DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB75DB

Black with #CB75DB

Text Example


Text Example

White with #CB75DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB75DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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