Html Css Color HEX #CB76DE Orchid

📋 copy color: '#CB76DE'

red 203 ◦ green 118 ◦ blue 222

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

Shades of Orchid #CB76DE

Tints of Orchid #CB76DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.88%

R = 37.38%
G = 21.73%
B = 40.88%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB76DE (or 0xCB76DE) is known color: Orchid. HEX triplet: CB, 76 and DE. RGB value is (203,118,222). Sum of RGB (Red+Green+Blue) = 203+118+222=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB76DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76DE is #348921. Grayscale: #9A9A9A. Windows color (decimal): -3442978 or 14579403. OLE color: 14579403.

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

Color convert

RGB 203 118 222 -
CMYK 0.09 0.47 0 0.13
HSL 289.04º 0.61% 0.67% -
HSV(B) 289.04º 0.47% 0.87% -
XYZ 44.29 30.93 72.74 -
YUV 155.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 203 118 222 0.09 0.47 0 0.13 289.04 0.61 0.67
Hex CB 76 DE 9 2F 0 D 121 3D 43
Octal 313 166 336 11 57 0 15 441 75 103
Binary 11001011 1110110 11011110 1001 101111 0 1101 100100001 111101 1000011

Color Harmonies of #CB76DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76DE

Black with #CB76DE

Text Example


Text Example

White with #CB76DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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