Html Css Color HEX #CB99DD Wisteria

📋 copy color: '#CB99DD'

red 203 ◦ green 153 ◦ blue 221

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

Shades of Wisteria #CB99DD

Tints of Wisteria #CB99DD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.52%

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

R = 35.18%
G = 26.52%
B = 38.3%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB99DD (or 0xCB99DD) is known color: Wisteria. HEX triplet: CB, 99 and DD. RGB value is (203,153,221). Sum of RGB (Red+Green+Blue) = 203+153+221=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 153 (60.16% from 255 or 26.52% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99DD is #346622. Grayscale: #AFAFAF. Windows color (decimal): -3434019 or 14522827. OLE color: 14522827.

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

Color convert

RGB 203 153 221 -
CMYK 0.08 0.31 0 0.13
HSL 284.12º 0.5% 0.73% -
HSV(B) 284.12º 0.31% 0.87% -
XYZ 49.07 40.7 73.68 -
YUV 175.7 153.57 147.47 -
System Red Green Blue C M Y K H S L
Decimal 203 153 221 0.08 0.31 0 0.13 284.12 0.5 0.73
Hex CB 99 DD 8 1F 0 D 11C 32 49
Octal 313 231 335 10 37 0 15 434 62 111
Binary 11001011 10011001 11011101 1000 11111 0 1101 100011100 110010 1001001

Color Harmonies of #CB99DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99DD

Black with #CB99DD

Text Example


Text Example

White with #CB99DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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