Html Css Color HEX #CB93E6 Wisteria

📋 copy color: '#CB93E6'

red 203 ◦ green 147 ◦ blue 230

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

Shades of Wisteria #CB93E6

Tints of Wisteria #CB93E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 35%
G = 25.34%
B = 39.66%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CB93E6 (or 0xCB93E6) is known color: Wisteria. HEX triplet: CB, 93 and E6. RGB value is (203,147,230). Sum of RGB (Red+Green+Blue) = 203+147+230=580 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35% from 580); Green value is 147 (57.81% from 255 or 25.34% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #CB93E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB93E6 is #346C19. Grayscale: #ACACAC. Windows color (decimal): -3435546 or 15111115. OLE color: 15111115.

HSL color Cylindrical-coordinate representation of color #CB93E6: hue angle of 280.48º degrees, saturation: 0.62, 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 #CB93E6 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 147 230 -
CMYK 0.12 0.36 0 0.10
HSL 280.48º 0.62% 0.74% -
HSV(B) 280.48º 0.36% 0.9% -
XYZ 49.35 39.28 79.84 -
YUV 173.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 203 147 230 0.12 0.36 0 0.10 280.48 0.62 0.74
Hex CB 93 E6 C 24 0 A 118 3E 4A
Octal 313 223 346 14 44 0 12 430 76 112
Binary 11001011 10010011 11100110 1100 100100 0 1010 100011000 111110 1001010

Color Harmonies of #CB93E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB93E6

Black with #CB93E6

Text Example


Text Example

White with #CB93E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB93E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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