Html Css Color HEX #CB76D7 Orchid

📋 copy color: '#CB76D7'

red 203 ◦ green 118 ◦ blue 215

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

Shades of Orchid #CB76D7

Tints of Orchid #CB76D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.11%

R = 37.87%
G = 22.01%
B = 40.11%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CB76D7 (or 0xCB76D7) is known color: Orchid. HEX triplet: CB, 76 and D7. RGB value is (203,118,215). Sum of RGB (Red+Green+Blue) = 203+118+215=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 118 (46.48% from 255 or 22.01% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #CB76D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76D7 is #348928. Grayscale: #9A9A9A. Windows color (decimal): -3442985 or 14120651. OLE color: 14120651.

HSL color Cylindrical-coordinate representation of color #CB76D7: hue angle of 292.58º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CB76D7 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 203 118 215 -
CMYK 0.06 0.45 0 0.16
HSL 292.58º 0.55% 0.65% -
HSV(B) 292.58º 0.45% 0.84% -
XYZ 43.37 30.56 67.9 -
YUV 154.47 162.16 162.61 -
System Red Green Blue C M Y K H S L
Decimal 203 118 215 0.06 0.45 0 0.16 292.58 0.55 0.65
Hex CB 76 D7 6 2D 0 10 125 37 41
Octal 313 166 327 6 55 0 20 445 67 101
Binary 11001011 1110110 11010111 110 101101 0 10000 100100101 110111 1000001

Color Harmonies of #CB76D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76D7

Black with #CB76D7

Text Example


Text Example

White with #CB76D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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