Html Css Color HEX #CB93DF Wisteria

📋 copy color: '#CB93DF'

red 203 ◦ green 147 ◦ blue 223

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

Shades of Wisteria #CB93DF

Tints of Wisteria #CB93DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 35.43%
G = 25.65%
B = 38.92%

CMYK

 C value IS 0.09

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CB93DF (or 0xCB93DF) is known color: Wisteria. HEX triplet: CB, 93 and DF. RGB value is (203,147,223). Sum of RGB (Red+Green+Blue) = 203+147+223=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 147 (57.81% from 255 or 25.65% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB93DF is #346C20. Grayscale: #ACACAC. Windows color (decimal): -3435553 or 14652363. OLE color: 14652363.

HSL color Cylindrical-coordinate representation of color #CB93DF: hue angle of 284.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CB93DF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 203 147 223 -
CMYK 0.09 0.34 0 0.13
HSL 284.21º 0.54% 0.73% -
HSV(B) 284.21º 0.34% 0.87% -
XYZ 48.38 38.89 74.77 -
YUV 172.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 203 147 223 0.09 0.34 0 0.13 284.21 0.54 0.73
Hex CB 93 DF 9 22 0 D 11C 36 49
Octal 313 223 337 11 42 0 15 434 66 111
Binary 11001011 10010011 11011111 1001 100010 0 1101 100011100 110110 1001001

Color Harmonies of #CB93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93DF

Black with #CB93DF

Text Example


Text Example

White with #CB93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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