Html Css Color HEX #CA94F6 Wisteria

📋 copy color: '#CA94F6'

red 202 ◦ green 148 ◦ blue 246

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

Shades of Wisteria #CA94F6

Tints of Wisteria #CA94F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.28%

R = 33.89%
G = 24.83%
B = 41.28%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CA94F6 (or 0xCA94F6) is known color: Wisteria. HEX triplet: CA, 94 and F6. RGB value is (202,148,246). Sum of RGB (Red+Green+Blue) = 202+148+246=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 148 (58.20% from 255 or 24.83% from 596); Blue value is 246 (96.48% from 255 or 41.28% from 596); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA94F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA94F6 is #356B09. Grayscale: #AEAEAE. Windows color (decimal): -3500810 or 16159946. OLE color: 16159946.

HSL color Cylindrical-coordinate representation of color #CA94F6: hue angle of 273.06º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA94F6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 148 246 -
CMYK 0.18 0.40 0 0.04
HSL 273.06º 0.84% 0.77% -
HSV(B) 273.06º 0.4% 0.96% -
XYZ 51.58 40.39 92.27 -
YUV 175.32 167.89 147.03 -
System Red Green Blue C M Y K H S L
Decimal 202 148 246 0.18 0.40 0 0.04 273.06 0.84 0.77
Hex CA 94 F6 12 28 0 4 111 54 4D
Octal 312 224 366 22 50 0 4 421 124 115
Binary 11001010 10010100 11110110 10010 101000 0 100 100010001 1010100 1001101

Color Harmonies of #CA94F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA94F6

Black with #CA94F6

Text Example


Text Example

White with #CA94F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA94F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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