Html Css Color HEX #CA86E6 Wisteria

📋 copy color: '#CA86E6'

red 202 ◦ green 134 ◦ blue 230

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

Shades of Wisteria #CA86E6

Tints of Wisteria #CA86E6

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.67%

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

R = 35.69%
G = 23.67%
B = 40.64%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CA86E6 (or 0xCA86E6) is known color: Wisteria. HEX triplet: CA, 86 and E6. RGB value is (202,134,230). Sum of RGB (Red+Green+Blue) = 202+134+230=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 134 (52.73% from 255 or 23.67% from 566); Blue value is 230 (90.23% from 255 or 40.64% from 566); Max value from RGB is 230 - color contains mainly: blue. Hex color #CA86E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA86E6 is #357919. Grayscale: #A4A4A4. Windows color (decimal): -3504410 or 15107786. OLE color: 15107786.

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

Color convert

RGB 202 134 230 -
CMYK 0.12 0.42 0 0.10
HSL 282.5º 0.66% 0.71% -
HSV(B) 282.5º 0.42% 0.9% -
XYZ 47.17 35.32 79.19 -
YUV 165.28 164.53 154.19 -
System Red Green Blue C M Y K H S L
Decimal 202 134 230 0.12 0.42 0 0.10 282.5 0.66 0.71
Hex CA 86 E6 C 2A 0 A 11A 42 47
Octal 312 206 346 14 52 0 12 432 102 107
Binary 11001010 10000110 11100110 1100 101010 0 1010 100011010 1000010 1000111

Color Harmonies of #CA86E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA86E6

Black with #CA86E6

Text Example


Text Example

White with #CA86E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA86E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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