Html Css Color HEX #CB93E5 Wisteria

📋 copy color: '#CB93E5'

red 203 ◦ green 147 ◦ blue 229

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

Shades of Wisteria #CB93E5

Tints of Wisteria #CB93E5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.39%

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

R = 35.06%
G = 25.39%
B = 39.55%

CMYK

 C value IS 0.11

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB93E5 (or 0xCB93E5) is known color: Wisteria. HEX triplet: CB, 93 and E5. RGB value is (203,147,229). Sum of RGB (Red+Green+Blue) = 203+147+229=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 147 (57.81% from 255 or 25.39% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #CB93E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93E5 is #346C1A. Grayscale: #ACACAC. Windows color (decimal): -3435547 or 15045579. OLE color: 15045579.

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

Color convert

RGB 203 147 229 -
CMYK 0.11 0.36 0 0.10
HSL 280.98º 0.61% 0.74% -
HSV(B) 280.98º 0.36% 0.9% -
XYZ 49.21 39.22 79.11 -
YUV 173.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 203 147 229 0.11 0.36 0 0.10 280.98 0.61 0.74
Hex CB 93 E5 B 24 0 A 119 3D 4A
Octal 313 223 345 13 44 0 12 431 75 112
Binary 11001011 10010011 11100101 1011 100100 0 1010 100011001 111101 1001010

Color Harmonies of #CB93E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93E5

Black with #CB93E5

Text Example


Text Example

White with #CB93E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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