Html Css Color HEX #CA8AE6 Wisteria

📋 copy color: '#CA8AE6'

red 202 ◦ green 138 ◦ blue 230

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

Shades of Wisteria #CA8AE6

Tints of Wisteria #CA8AE6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.21%

 BLUE value IS 230 (90.23% from 255) = 40.35%

R = 35.44%
G = 24.21%
B = 40.35%

CMYK

 C value IS 0.12

 M value IS 0.4

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA8AE6 (or 0xCA8AE6) is known color: Wisteria. HEX triplet: CA, 8A and E6. RGB value is (202,138,230). Sum of RGB (Red+Green+Blue) = 202+138+230=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 230 (90.23% from 255 or 40.35% from 570); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA8AE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8AE6 is #357519. Grayscale: #A7A7A7. Windows color (decimal): -3503386 or 15108810. OLE color: 15108810.

HSL color Cylindrical-coordinate representation of color #CA8AE6: hue angle of 281.74º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8AE6 is Cyan = 0.12, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 138 230 -
CMYK 0.12 0.4 0 0.10
HSL 281.74º 0.65% 0.72% -
HSV(B) 281.74º 0.4% 0.9% -
XYZ 47.73 36.45 79.38 -
YUV 167.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 202 138 230 0.12 0.4 0 0.10 281.74 0.65 0.72
Hex CA 8A E6 C 28 0 A 11A 41 48
Octal 312 212 346 14 50 0 12 432 101 110
Binary 11001010 10001010 11100110 1100 101000 0 1010 100011010 1000001 1001000

Color Harmonies of #CA8AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8AE6

Black with #CA8AE6

Text Example


Text Example

White with #CA8AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8AE6; }

 p { color: rgb(202,138,230); }

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

background-color css

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

 a { background-color: rgb(202,138,230); }

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

border-color css

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

 span { border-color: rgb(202,138,230); }

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