Html Css Color HEX #CB76DD Orchid

📋 copy color: '#CB76DD'

red 203 ◦ green 118 ◦ blue 221

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

Shades of Orchid #CB76DD

Tints of Orchid #CB76DD

RGB

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

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

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

R = 37.45%
G = 21.77%
B = 40.77%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB76DD (or 0xCB76DD) is known color: Orchid. HEX triplet: CB, 76 and DD. RGB value is (203,118,221). Sum of RGB (Red+Green+Blue) = 203+118+221=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 118 (46.48% from 255 or 21.77% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB76DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB76DD is #348922. Grayscale: #9A9A9A. Windows color (decimal): -3442979 or 14513867. OLE color: 14513867.

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

Color convert

RGB 203 118 221 -
CMYK 0.08 0.47 0 0.13
HSL 289.51º 0.6% 0.66% -
HSV(B) 289.51º 0.47% 0.87% -
XYZ 44.16 30.87 72.04 -
YUV 155.16 165.16 162.12 -
System Red Green Blue C M Y K H S L
Decimal 203 118 221 0.08 0.47 0 0.13 289.51 0.6 0.66
Hex CB 76 DD 8 2F 0 D 122 3C 42
Octal 313 166 335 10 57 0 15 442 74 102
Binary 11001011 1110110 11011101 1000 101111 0 1101 100100010 111100 1000010

Color Harmonies of #CB76DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB76DD

Black with #CB76DD

Text Example


Text Example

White with #CB76DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB76DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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