Html Css Color HEX #CA84E7 Wisteria

📋 copy color: '#CA84E7'

red 202 ◦ green 132 ◦ blue 231

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

Shades of Wisteria #CA84E7

Tints of Wisteria #CA84E7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.36%

 BLUE value IS 231 (90.63% from 255) = 40.88%

R = 35.75%
G = 23.36%
B = 40.88%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CA84E7 (or 0xCA84E7) is known color: Wisteria. HEX triplet: CA, 84 and E7. RGB value is (202,132,231). Sum of RGB (Red+Green+Blue) = 202+132+231=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 132 (51.95% from 255 or 23.36% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA84E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA84E7 is #357B18. Grayscale: #A3A3A3. Windows color (decimal): -3504921 or 15172810. OLE color: 15172810.

HSL color Cylindrical-coordinate representation of color #CA84E7: hue angle of 282.42º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA84E7 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 132 231 -
CMYK 0.13 0.43 0 0.09
HSL 282.42º 0.67% 0.71% -
HSV(B) 282.42º 0.43% 0.91% -
XYZ 47.03 34.83 79.85 -
YUV 164.22 165.69 154.95 -
System Red Green Blue C M Y K H S L
Decimal 202 132 231 0.13 0.43 0 0.09 282.42 0.67 0.71
Hex CA 84 E7 D 2B 0 9 11A 43 47
Octal 312 204 347 15 53 0 11 432 103 107
Binary 11001010 10000100 11100111 1101 101011 0 1001 100011010 1000011 1000111

Color Harmonies of #CA84E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84E7

Black with #CA84E7

Text Example


Text Example

White with #CA84E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84E7; }

 p { color: rgb(202,132,231); }

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

background-color css

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

 a { background-color: rgb(202,132,231); }

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

border-color css

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

 span { border-color: rgb(202,132,231); }

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