Html Css Color HEX #CB76E5 Orchid

📋 copy color: '#CB76E5'

red 203 ◦ green 118 ◦ blue 229

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

Shades of Orchid #CB76E5

Tints of Orchid #CB76E5

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.45%

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

R = 36.91%
G = 21.45%
B = 41.64%

CMYK

 C value IS 0.11

 M value IS 0.48

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB76E5 (or 0xCB76E5) is known color: Orchid. HEX triplet: CB, 76 and E5. RGB value is (203,118,229). Sum of RGB (Red+Green+Blue) = 203+118+229=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 118 (46.48% from 255 or 21.45% from 550); Blue value is 229 (89.84% from 255 or 41.64% from 550); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB76E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76E5 is #34891A. Grayscale: #9B9B9B. Windows color (decimal): -3442971 or 15038155. OLE color: 15038155.

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

Color convert

RGB 203 118 229 -
CMYK 0.11 0.48 0 0.10
HSL 285.95º 0.68% 0.68% -
HSV(B) 285.95º 0.48% 0.9% -
XYZ 45.25 31.31 77.79 -
YUV 156.07 169.16 161.47 -
System Red Green Blue C M Y K H S L
Decimal 203 118 229 0.11 0.48 0 0.10 285.95 0.68 0.68
Hex CB 76 E5 B 30 0 A 11E 44 44
Octal 313 166 345 13 60 0 12 436 104 104
Binary 11001011 1110110 11100101 1011 110000 0 1010 100011110 1000100 1000100

Color Harmonies of #CB76E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76E5

Black with #CB76E5

Text Example


Text Example

White with #CB76E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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