Html Css Color HEX #CA84E4 Wisteria

📋 copy color: '#CA84E4'

red 202 ◦ green 132 ◦ blue 228

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

Shades of Wisteria #CA84E4

Tints of Wisteria #CA84E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.57%

R = 35.94%
G = 23.49%
B = 40.57%

CMYK

 C value IS 0.11

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CA84E4 (or 0xCA84E4) is known color: Wisteria. HEX triplet: CA, 84 and E4. RGB value is (202,132,228). Sum of RGB (Red+Green+Blue) = 202+132+228=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 132 (51.95% from 255 or 23.49% from 562); Blue value is 228 (89.45% from 255 or 40.57% from 562); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA84E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA84E4 is #357B1B. Grayscale: #A3A3A3. Windows color (decimal): -3504924 or 14976202. OLE color: 14976202.

HSL color Cylindrical-coordinate representation of color #CA84E4: hue angle of 283.75º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA84E4 is Cyan = 0.11, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 132 228 -
CMYK 0.11 0.42 0 0.11
HSL 283.75º 0.64% 0.71% -
HSV(B) 283.75º 0.42% 0.89% -
XYZ 46.61 34.66 77.63 -
YUV 163.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 202 132 228 0.11 0.42 0 0.11 283.75 0.64 0.71
Hex CA 84 E4 B 2A 0 B 11C 40 47
Octal 312 204 344 13 52 0 13 434 100 107
Binary 11001010 10000100 11100100 1011 101010 0 1011 100011100 1000000 1000111

Color Harmonies of #CA84E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA84E4

Black with #CA84E4

Text Example


Text Example

White with #CA84E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA84E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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