Html Css Color HEX #CB90E5 Wisteria

📋 copy color: '#CB90E5'

red 203 ◦ green 144 ◦ blue 229

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

Shades of Wisteria #CB90E5

Tints of Wisteria #CB90E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.76%

R = 35.24%
G = 25%
B = 39.76%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB90E5 (or 0xCB90E5) is known color: Wisteria. HEX triplet: CB, 90 and E5. RGB value is (203,144,229). Sum of RGB (Red+Green+Blue) = 203+144+229=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB90E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90E5 is #346F1A. Grayscale: #ABABAB. Windows color (decimal): -3436315 or 15044811. OLE color: 15044811.

HSL color Cylindrical-coordinate representation of color #CB90E5: hue angle of 281.65º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CB90E5 is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 144 229 -
CMYK 0.11 0.37 0 0.10
HSL 281.65º 0.62% 0.73% -
HSV(B) 281.65º 0.37% 0.9% -
XYZ 48.74 38.3 78.95 -
YUV 171.33 160.55 150.59 -
System Red Green Blue C M Y K H S L
Decimal 203 144 229 0.11 0.37 0 0.10 281.65 0.62 0.73
Hex CB 90 E5 B 25 0 A 11A 3E 49
Octal 313 220 345 13 45 0 12 432 76 111
Binary 11001011 10010000 11100101 1011 100101 0 1010 100011010 111110 1001001

Color Harmonies of #CB90E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB90E5

Black with #CB90E5

Text Example


Text Example

White with #CB90E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB90E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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