Html Css Color HEX #CB99DA Wisteria

📋 copy color: '#CB99DA'

red 203 ◦ green 153 ◦ blue 218

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

Shades of Wisteria #CB99DA

Tints of Wisteria #CB99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.98%

R = 35.37%
G = 26.66%
B = 37.98%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CB99DA (or 0xCB99DA) is known color: Wisteria. HEX triplet: CB, 99 and DA. RGB value is (203,153,218). Sum of RGB (Red+Green+Blue) = 203+153+218=574 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.37% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB99DA is #346625. Grayscale: #AFAFAF. Windows color (decimal): -3434022 or 14326219. OLE color: 14326219.

HSL color Cylindrical-coordinate representation of color #CB99DA: hue angle of 286.15º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB99DA is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 203 153 218 -
CMYK 0.07 0.30 0 0.15
HSL 286.15º 0.47% 0.73% -
HSV(B) 286.15º 0.3% 0.85% -
XYZ 48.67 40.54 71.59 -
YUV 175.36 152.07 147.71 -
System Red Green Blue C M Y K H S L
Decimal 203 153 218 0.07 0.30 0 0.15 286.15 0.47 0.73
Hex CB 99 DA 7 1E 0 F 11E 2F 49
Octal 313 231 332 7 36 0 17 436 57 111
Binary 11001011 10011001 11011010 111 11110 0 1111 100011110 101111 1001001

Color Harmonies of #CB99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99DA

Black with #CB99DA

Text Example


Text Example

White with #CB99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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