Html Css Color HEX #CA96ED Wisteria

📋 copy color: '#CA96ED'

red 202 ◦ green 150 ◦ blue 237

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

Shades of Wisteria #CA96ED

Tints of Wisteria #CA96ED

RGB

 RED value IS 202 (79.3% from 255) = 34.3%

 GREEN value IS 150 (58.98% from 255) = 25.47%

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 34.3%
G = 25.47%
B = 40.24%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA96ED (or 0xCA96ED) is known color: Wisteria. HEX triplet: CA, 96 and ED. RGB value is (202,150,237). Sum of RGB (Red+Green+Blue) = 202+150+237=589 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.30% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA96ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96ED is #356912. Grayscale: #AFAFAF. Windows color (decimal): -3500307 or 15570634. OLE color: 15570634.

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

Color convert

RGB 202 150 237 -
CMYK 0.15 0.37 0 0.07
HSL 275.86º 0.71% 0.76% -
HSV(B) 275.86º 0.37% 0.93% -
XYZ 50.55 40.48 85.27 -
YUV 175.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 202 150 237 0.15 0.37 0 0.07 275.86 0.71 0.76
Hex CA 96 ED F 25 0 7 114 47 4C
Octal 312 226 355 17 45 0 7 424 107 114
Binary 11001010 10010110 11101101 1111 100101 0 111 100010100 1000111 1001100

Color Harmonies of #CA96ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA96ED

Black with #CA96ED

Text Example


Text Example

White with #CA96ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA96ED; }

 p { color: rgb(202,150,237); }

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

background-color css

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

 a { background-color: rgb(202,150,237); }

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

border-color css

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

 span { border-color: rgb(202,150,237); }

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