Html Css Color HEX #CB9CEB Wisteria

📋 copy color: '#CB9CEB'

red 203 ◦ green 156 ◦ blue 235

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

Shades of Wisteria #CB9CEB

Tints of Wisteria #CB9CEB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.26%

 BLUE value IS 235 (92.19% from 255) = 39.56%

R = 34.18%
G = 26.26%
B = 39.56%

CMYK

 C value IS 0.14

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CB9CEB (or 0xCB9CEB) is known color: Wisteria. HEX triplet: CB, 9C and EB. RGB value is (203,156,235). Sum of RGB (Red+Green+Blue) = 203+156+235=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #CB9CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB9CEB is #346314. Grayscale: #B2B2B2. Windows color (decimal): -3433237 or 15441099. OLE color: 15441099.

HSL color Cylindrical-coordinate representation of color #CB9CEB: hue angle of 275.7º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB9CEB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 156 235 -
CMYK 0.14 0.34 0 0.08
HSL 275.7º 0.66% 0.77% -
HSV(B) 275.7º 0.34% 0.92% -
XYZ 51.51 42.47 84.08 -
YUV 179.06 159.57 145.08 -
System Red Green Blue C M Y K H S L
Decimal 203 156 235 0.14 0.34 0 0.08 275.7 0.66 0.77
Hex CB 9C EB E 22 0 8 114 42 4D
Octal 313 234 353 16 42 0 10 424 102 115
Binary 11001011 10011100 11101011 1110 100010 0 1000 100010100 1000010 1001101

Color Harmonies of #CB9CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9CEB

Black with #CB9CEB

Text Example


Text Example

White with #CB9CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9CEB; }

 p { color: rgb(203,156,235); }

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

background-color css

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

 a { background-color: rgb(203,156,235); }

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

border-color css

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

 span { border-color: rgb(203,156,235); }

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