Html Css Color HEX #CB9EDC Wisteria

📋 copy color: '#CB9EDC'

red 203 ◦ green 158 ◦ blue 220

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

Shades of Wisteria #CB9EDC

Tints of Wisteria #CB9EDC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.19%

 BLUE value IS 220 (86.33% from 255) = 37.87%

R = 34.94%
G = 27.19%
B = 37.87%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CB9EDC (or 0xCB9EDC) is known color: Wisteria. HEX triplet: CB, 9E and DC. RGB value is (203,158,220). Sum of RGB (Red+Green+Blue) = 203+158+220=581 (76% of max value = 765). Red value is 203 (79.69% from 255 or 34.94% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB9EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9EDC is #346123. Grayscale: #B2B2B2. Windows color (decimal): -3432740 or 14458571. OLE color: 14458571.

HSL color Cylindrical-coordinate representation of color #CB9EDC: hue angle of 283.55º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CB9EDC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 203 158 220 -
CMYK 0.08 0.28 0 0.14
HSL 283.55º 0.47% 0.74% -
HSV(B) 283.55º 0.28% 0.86% -
XYZ 49.77 42.32 73.25 -
YUV 178.52 151.41 145.46 -
System Red Green Blue C M Y K H S L
Decimal 203 158 220 0.08 0.28 0 0.14 283.55 0.47 0.74
Hex CB 9E DC 8 1C 0 E 11C 2F 4A
Octal 313 236 334 10 34 0 16 434 57 112
Binary 11001011 10011110 11011100 1000 11100 0 1110 100011100 101111 1001010

Color Harmonies of #CB9EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9EDC

Black with #CB9EDC

Text Example


Text Example

White with #CB9EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9EDC; }

 p { color: rgb(203,158,220); }

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

background-color css

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

 a { background-color: rgb(203,158,220); }

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

border-color css

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

 span { border-color: rgb(203,158,220); }

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