Html Css Color HEX #CB99DE Wisteria

📋 copy color: '#CB99DE'

red 203 ◦ green 153 ◦ blue 222

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

Shades of Wisteria #CB99DE

Tints of Wisteria #CB99DE

RGB

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

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

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

R = 35.12%
G = 26.47%
B = 38.41%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB99DE (or 0xCB99DE) is known color: Wisteria. HEX triplet: CB, 99 and DE. RGB value is (203,153,222). Sum of RGB (Red+Green+Blue) = 203+153+222=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #CB99DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99DE is #346621. Grayscale: #AFAFAF. Windows color (decimal): -3434018 or 14588363. OLE color: 14588363.

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

Color convert

RGB 203 153 222 -
CMYK 0.09 0.31 0 0.13
HSL 283.48º 0.51% 0.74% -
HSV(B) 283.48º 0.31% 0.87% -
XYZ 49.2 40.75 74.38 -
YUV 175.82 154.07 147.39 -
System Red Green Blue C M Y K H S L
Decimal 203 153 222 0.09 0.31 0 0.13 283.48 0.51 0.74
Hex CB 99 DE 9 1F 0 D 11B 33 4A
Octal 313 231 336 11 37 0 15 433 63 112
Binary 11001011 10011001 11011110 1001 11111 0 1101 100011011 110011 1001010

Color Harmonies of #CB99DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99DE

Black with #CB99DE

Text Example


Text Example

White with #CB99DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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