Html Css Color HEX #CB99ED Wisteria

📋 copy color: '#CB99ED'

red 203 ◦ green 153 ◦ blue 237

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

Shades of Wisteria #CB99ED

Tints of Wisteria #CB99ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 34.23%
G = 25.8%
B = 39.97%

CMYK

 C value IS 0.14

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB99ED (or 0xCB99ED) is known color: Wisteria. HEX triplet: CB, 99 and ED. RGB value is (203,153,237). Sum of RGB (Red+Green+Blue) = 203+153+237=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB99ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB99ED is #346612. Grayscale: #B1B1B1. Windows color (decimal): -3434003 or 15571403. OLE color: 15571403.

HSL color Cylindrical-coordinate representation of color #CB99ED: hue angle of 275.71º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB99ED is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 153 237 -
CMYK 0.14 0.35 0 0.07
HSL 275.71º 0.7% 0.76% -
HSV(B) 275.71º 0.35% 0.93% -
XYZ 51.31 41.59 85.44 -
YUV 177.53 161.57 146.17 -
System Red Green Blue C M Y K H S L
Decimal 203 153 237 0.14 0.35 0 0.07 275.71 0.7 0.76
Hex CB 99 ED E 23 0 7 114 46 4C
Octal 313 231 355 16 43 0 7 424 106 114
Binary 11001011 10011001 11101101 1110 100011 0 111 100010100 1000110 1001100

Color Harmonies of #CB99ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB99ED

Black with #CB99ED

Text Example


Text Example

White with #CB99ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB99ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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