Html Css Color HEX #CB79DB Orchid

📋 copy color: '#CB79DB'

red 203 ◦ green 121 ◦ blue 219

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

Shades of Orchid #CB79DB

Tints of Orchid #CB79DB

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.28%

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

R = 37.38%
G = 22.28%
B = 40.33%

CMYK

 C value IS 0.07

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB79DB (or 0xCB79DB) is known color: Orchid. HEX triplet: CB, 79 and DB. RGB value is (203,121,219). Sum of RGB (Red+Green+Blue) = 203+121+219=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 121 (47.66% from 255 or 22.28% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #CB79DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79DB is #348624. Grayscale: #9C9C9C. Windows color (decimal): -3442213 or 14383563. OLE color: 14383563.

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

Color convert

RGB 203 121 219 -
CMYK 0.07 0.45 0 0.14
HSL 290.2º 0.58% 0.67% -
HSV(B) 290.2º 0.45% 0.86% -
XYZ 44.25 31.49 70.76 -
YUV 156.69 163.17 161.03 -
System Red Green Blue C M Y K H S L
Decimal 203 121 219 0.07 0.45 0 0.14 290.2 0.58 0.67
Hex CB 79 DB 7 2D 0 E 122 3A 43
Octal 313 171 333 7 55 0 16 442 72 103
Binary 11001011 1111001 11011011 111 101101 0 1110 100100010 111010 1000011

Color Harmonies of #CB79DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB79DB

Black with #CB79DB

Text Example


Text Example

White with #CB79DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB79DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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