Html Css Color HEX #CA94ED Wisteria

📋 copy color: '#CA94ED'

red 202 ◦ green 148 ◦ blue 237

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

Shades of Wisteria #CA94ED

Tints of Wisteria #CA94ED

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.21%

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

R = 34.41%
G = 25.21%
B = 40.37%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA94ED (or 0xCA94ED) is known color: Wisteria. HEX triplet: CA, 94 and ED. RGB value is (202,148,237). Sum of RGB (Red+Green+Blue) = 202+148+237=587 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.41% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA94ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94ED is #356B12. Grayscale: #ADADAD. Windows color (decimal): -3500819 or 15570122. OLE color: 15570122.

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

Color convert

RGB 202 148 237 -
CMYK 0.15 0.38 0 0.07
HSL 276.4º 0.71% 0.75% -
HSV(B) 276.4º 0.38% 0.93% -
XYZ 50.23 39.85 85.17 -
YUV 174.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 202 148 237 0.15 0.38 0 0.07 276.4 0.71 0.75
Hex CA 94 ED F 26 0 7 114 47 4B
Octal 312 224 355 17 46 0 7 424 107 113
Binary 11001010 10010100 11101101 1111 100110 0 111 100010100 1000111 1001011

Color Harmonies of #CA94ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94ED

Black with #CA94ED

Text Example


Text Example

White with #CA94ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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