Html Css Color HEX #CB90DD Wisteria

📋 copy color: '#CB90DD'

red 203 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #CB90DD

Tints of Wisteria #CB90DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.35%

 BLUE value IS 221 (86.72% from 255) = 38.91%

R = 35.74%
G = 25.35%
B = 38.91%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB90DD (or 0xCB90DD) is known color: Wisteria. HEX triplet: CB, 90 and DD. RGB value is (203,144,221). Sum of RGB (Red+Green+Blue) = 203+144+221=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB90DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90DD is #346F22. Grayscale: #AAAAAA. Windows color (decimal): -3436323 or 14520523. OLE color: 14520523.

HSL color Cylindrical-coordinate representation of color #CB90DD: hue angle of 285.97º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB90DD is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 144 221 -
CMYK 0.08 0.35 0 0.13
HSL 285.97º 0.53% 0.72% -
HSV(B) 285.97º 0.35% 0.87% -
XYZ 47.65 37.86 73.2 -
YUV 170.42 156.55 151.24 -
System Red Green Blue C M Y K H S L
Decimal 203 144 221 0.08 0.35 0 0.13 285.97 0.53 0.72
Hex CB 90 DD 8 23 0 D 11E 35 48
Octal 313 220 335 10 43 0 15 436 65 110
Binary 11001011 10010000 11011101 1000 100011 0 1101 100011110 110101 1001000

Color Harmonies of #CB90DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90DD

Black with #CB90DD

Text Example


Text Example

White with #CB90DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90DD; }

 p { color: rgb(203,144,221); }

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

background-color css

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

 a { background-color: rgb(203,144,221); }

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

border-color css

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

 span { border-color: rgb(203,144,221); }

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