Html Css Color HEX #CB97E1 Wisteria

📋 copy color: '#CB97E1'

red 203 ◦ green 151 ◦ blue 225

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

Shades of Wisteria #CB97E1

Tints of Wisteria #CB97E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 35.06%
G = 26.08%
B = 38.86%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB97E1 (or 0xCB97E1) is known color: Wisteria. HEX triplet: CB, 97 and E1. RGB value is (203,151,225). Sum of RGB (Red+Green+Blue) = 203+151+225=579 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.06% from 579); Green value is 151 (59.38% from 255 or 26.08% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #CB97E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97E1 is #34681E. Grayscale: #AEAEAE. Windows color (decimal): -3434527 or 14784459. OLE color: 14784459.

HSL color Cylindrical-coordinate representation of color #CB97E1: hue angle of 282.16º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB97E1 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 151 225 -
CMYK 0.10 0.33 0 0.12
HSL 282.16º 0.55% 0.74% -
HSV(B) 282.16º 0.33% 0.88% -
XYZ 49.29 40.27 76.41 -
YUV 174.98 156.23 147.98 -
System Red Green Blue C M Y K H S L
Decimal 203 151 225 0.10 0.33 0 0.12 282.16 0.55 0.74
Hex CB 97 E1 A 21 0 C 11A 37 4A
Octal 313 227 341 12 41 0 14 432 67 112
Binary 11001011 10010111 11100001 1010 100001 0 1100 100011010 110111 1001010

Color Harmonies of #CB97E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97E1

Black with #CB97E1

Text Example


Text Example

White with #CB97E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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