Html Css Color HEX #CB97EC Wisteria

📋 copy color: '#CB97EC'

red 203 ◦ green 151 ◦ blue 236

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

Shades of Wisteria #CB97EC

Tints of Wisteria #CB97EC

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.59%

 BLUE value IS 236 (92.58% from 255) = 40%

R = 34.41%
G = 25.59%
B = 40%

CMYK

 C value IS 0.14

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CB97EC (or 0xCB97EC) is known color: Wisteria. HEX triplet: CB, 97 and EC. RGB value is (203,151,236). Sum of RGB (Red+Green+Blue) = 203+151+236=590 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.41% from 590); Green value is 151 (59.38% from 255 or 25.59% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB97EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CB97EC is #346813. Grayscale: #AFAFAF. Windows color (decimal): -3434516 or 15505355. OLE color: 15505355.

HSL color Cylindrical-coordinate representation of color #CB97EC: hue angle of 276.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CB97EC is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 203 151 236 -
CMYK 0.14 0.36 0 0.07
HSL 276.71º 0.69% 0.76% -
HSV(B) 276.71º 0.36% 0.93% -
XYZ 50.84 40.89 84.57 -
YUV 176.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 203 151 236 0.14 0.36 0 0.07 276.71 0.69 0.76
Hex CB 97 EC E 24 0 7 115 45 4C
Octal 313 227 354 16 44 0 7 425 105 114
Binary 11001011 10010111 11101100 1110 100100 0 111 100010101 1000101 1001100

Color Harmonies of #CB97EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97EC

Black with #CB97EC

Text Example


Text Example

White with #CB97EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97EC; }

 p { color: rgb(203,151,236); }

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

background-color css

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

 a { background-color: rgb(203,151,236); }

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

border-color css

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

 span { border-color: rgb(203,151,236); }

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