Html Css Color HEX #CB79DD Orchid

📋 copy color: '#CB79DD'

red 203 ◦ green 121 ◦ blue 221

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

Shades of Orchid #CB79DD

Tints of Orchid #CB79DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 37.25%
G = 22.2%
B = 40.55%

CMYK

 C value IS 0.08

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB79DD (or 0xCB79DD) is known color: Orchid. HEX triplet: CB, 79 and DD. RGB value is (203,121,221). Sum of RGB (Red+Green+Blue) = 203+121+221=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 121 (47.66% from 255 or 22.20% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB79DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79DD is #348622. Grayscale: #9C9C9C. Windows color (decimal): -3442211 or 14514635. OLE color: 14514635.

HSL color Cylindrical-coordinate representation of color #CB79DD: hue angle of 289.2º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB79DD is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 121 221 -
CMYK 0.08 0.45 0 0.13
HSL 289.2º 0.6% 0.67% -
HSV(B) 289.2º 0.45% 0.87% -
XYZ 44.52 31.59 72.16 -
YUV 156.92 164.17 160.87 -
System Red Green Blue C M Y K H S L
Decimal 203 121 221 0.08 0.45 0 0.13 289.2 0.6 0.67
Hex CB 79 DD 8 2D 0 D 121 3C 43
Octal 313 171 335 10 55 0 15 441 74 103
Binary 11001011 1111001 11011101 1000 101101 0 1101 100100001 111100 1000011

Color Harmonies of #CB79DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB79DD

Black with #CB79DD

Text Example


Text Example

White with #CB79DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB79DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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