Html Css Color HEX #CA88F2 Wisteria

📋 copy color: '#CA88F2'

red 202 ◦ green 136 ◦ blue 242

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

Shades of Wisteria #CA88F2

Tints of Wisteria #CA88F2

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.45%

 BLUE value IS 242 (94.92% from 255) = 41.72%

R = 34.83%
G = 23.45%
B = 41.72%

CMYK

 C value IS 0.17

 M value IS 0.44

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CA88F2 (or 0xCA88F2) is known color: Wisteria. HEX triplet: CA, 88 and F2. RGB value is (202,136,242). Sum of RGB (Red+Green+Blue) = 202+136+242=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88F2 is #35770D. Grayscale: #A7A7A7. Windows color (decimal): -3503886 or 15894730. OLE color: 15894730.

HSL color Cylindrical-coordinate representation of color #CA88F2: hue angle of 277.36º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA88F2 is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 136 242 -
CMYK 0.17 0.44 0 0.05
HSL 277.36º 0.8% 0.74% -
HSV(B) 277.36º 0.44% 0.95% -
XYZ 49.19 36.58 88.47 -
YUV 167.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 202 136 242 0.17 0.44 0 0.05 277.36 0.8 0.74
Hex CA 88 F2 11 2C 0 5 115 50 4A
Octal 312 210 362 21 54 0 5 425 120 112
Binary 11001010 10001000 11110010 10001 101100 0 101 100010101 1010000 1001010

Color Harmonies of #CA88F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA88F2

Black with #CA88F2

Text Example


Text Example

White with #CA88F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA88F2; }

 p { color: rgb(202,136,242); }

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

background-color css

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

 a { background-color: rgb(202,136,242); }

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

border-color css

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

 span { border-color: rgb(202,136,242); }

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