Html Css Color HEX #CB9DE1 Wisteria

📋 copy color: '#CB9DE1'

red 203 ◦ green 157 ◦ blue 225

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

Shades of Wisteria #CB9DE1

Tints of Wisteria #CB9DE1

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.84%

 BLUE value IS 225 (88.28% from 255) = 38.46%

R = 34.7%
G = 26.84%
B = 38.46%

CMYK

 C value IS 0.10

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB9DE1 (or 0xCB9DE1) is known color: Wisteria. HEX triplet: CB, 9D and E1. RGB value is (203,157,225). Sum of RGB (Red+Green+Blue) = 203+157+225=585 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.70% from 585); Green value is 157 (61.72% from 255 or 26.84% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB9DE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB9DE1 is #34621E. Grayscale: #B2B2B2. Windows color (decimal): -3432991 or 14785995. OLE color: 14785995.

HSL color Cylindrical-coordinate representation of color #CB9DE1: hue angle of 280.59º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB9DE1 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 157 225 -
CMYK 0.10 0.30 0 0.12
HSL 280.59º 0.53% 0.75% -
HSV(B) 280.59º 0.3% 0.88% -
XYZ 50.28 42.25 76.74 -
YUV 178.51 154.24 145.47 -
System Red Green Blue C M Y K H S L
Decimal 203 157 225 0.10 0.30 0 0.12 280.59 0.53 0.75
Hex CB 9D E1 A 1E 0 C 119 35 4B
Octal 313 235 341 12 36 0 14 431 65 113
Binary 11001011 10011101 11100001 1010 11110 0 1100 100011001 110101 1001011

Color Harmonies of #CB9DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9DE1

Black with #CB9DE1

Text Example


Text Example

White with #CB9DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9DE1; }

 p { color: rgb(203,157,225); }

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

background-color css

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

 a { background-color: rgb(203,157,225); }

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

border-color css

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

 span { border-color: rgb(203,157,225); }

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