Html Css Color HEX #CB97E0 Wisteria

📋 copy color: '#CB97E0'

red 203 ◦ green 151 ◦ blue 224

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

Shades of Wisteria #CB97E0

Tints of Wisteria #CB97E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.75%

R = 35.12%
G = 26.12%
B = 38.75%

CMYK

 C value IS 0.09

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CB97E0 (or 0xCB97E0) is known color: Wisteria. HEX triplet: CB, 97 and E0. RGB value is (203,151,224). Sum of RGB (Red+Green+Blue) = 203+151+224=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 224 (87.89% from 255 or 38.75% from 578); Max value from RGB is 224 - color contains mainly: blue. Hex color #CB97E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB97E0 is #34681F. Grayscale: #AEAEAE. Windows color (decimal): -3434528 or 14718923. OLE color: 14718923.

HSL color Cylindrical-coordinate representation of color #CB97E0: hue angle of 282.74º degrees, saturation: 0.54, 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 #CB97E0 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 203 151 224 -
CMYK 0.09 0.33 0 0.12
HSL 282.74º 0.54% 0.74% -
HSV(B) 282.74º 0.33% 0.88% -
XYZ 49.15 40.21 75.69 -
YUV 174.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 203 151 224 0.09 0.33 0 0.12 282.74 0.54 0.74
Hex CB 97 E0 9 21 0 C 11B 36 4A
Octal 313 227 340 11 41 0 14 433 66 112
Binary 11001011 10010111 11100000 1001 100001 0 1100 100011011 110110 1001010

Color Harmonies of #CB97E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB97E0

Black with #CB97E0

Text Example


Text Example

White with #CB97E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB97E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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