Html Css Color HEX #CB79E5 Orchid

📋 copy color: '#CB79E5'

red 203 ◦ green 121 ◦ blue 229

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

Shades of Orchid #CB79E5

Tints of Orchid #CB79E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.41%

R = 36.71%
G = 21.88%
B = 41.41%

CMYK

 C value IS 0.11

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB79E5 (or 0xCB79E5) is known color: Orchid. HEX triplet: CB, 79 and E5. RGB value is (203,121,229). Sum of RGB (Red+Green+Blue) = 203+121+229=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 121 (47.66% from 255 or 21.88% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB79E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB79E5 is #34861A. Grayscale: #9D9D9D. Windows color (decimal): -3442203 or 15038923. OLE color: 15038923.

HSL color Cylindrical-coordinate representation of color #CB79E5: hue angle of 285.56º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CB79E5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 121 229 -
CMYK 0.11 0.47 0 0.10
HSL 285.56º 0.68% 0.69% -
HSV(B) 285.56º 0.47% 0.9% -
XYZ 45.61 32.03 77.91 -
YUV 157.83 168.17 160.22 -
System Red Green Blue C M Y K H S L
Decimal 203 121 229 0.11 0.47 0 0.10 285.56 0.68 0.69
Hex CB 79 E5 B 2F 0 A 11E 44 45
Octal 313 171 345 13 57 0 12 436 104 105
Binary 11001011 1111001 11100101 1011 101111 0 1010 100011110 1000100 1000101

Color Harmonies of #CB79E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB79E5

Black with #CB79E5

Text Example


Text Example

White with #CB79E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB79E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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