Html Css Color HEX #CA8CEB Wisteria

📋 copy color: '#CA8CEB'

red 202 ◦ green 140 ◦ blue 235

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

Shades of Wisteria #CA8CEB

Tints of Wisteria #CA8CEB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.26%

 BLUE value IS 235 (92.19% from 255) = 40.73%

R = 35.01%
G = 24.26%
B = 40.73%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CA8CEB (or 0xCA8CEB) is known color: Wisteria. HEX triplet: CA, 8C and EB. RGB value is (202,140,235). Sum of RGB (Red+Green+Blue) = 202+140+235=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 235 (92.19% from 255 or 40.73% from 577); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA8CEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CEB is #357314. Grayscale: #A9A9A9. Windows color (decimal): -3502869 or 15437002. OLE color: 15437002.

HSL color Cylindrical-coordinate representation of color #CA8CEB: hue angle of 279.16º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CA8CEB is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 202 140 235 -
CMYK 0.14 0.40 0 0.08
HSL 279.16º 0.7% 0.74% -
HSV(B) 279.16º 0.4% 0.92% -
XYZ 48.73 37.31 83.23 -
YUV 169.37 165.04 151.28 -
System Red Green Blue C M Y K H S L
Decimal 202 140 235 0.14 0.40 0 0.08 279.16 0.7 0.74
Hex CA 8C EB E 28 0 8 117 46 4A
Octal 312 214 353 16 50 0 10 427 106 112
Binary 11001010 10001100 11101011 1110 101000 0 1000 100010111 1000110 1001010

Color Harmonies of #CA8CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CEB

Black with #CA8CEB

Text Example


Text Example

White with #CA8CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CEB; }

 p { color: rgb(202,140,235); }

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

background-color css

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

 a { background-color: rgb(202,140,235); }

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

border-color css

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

 span { border-color: rgb(202,140,235); }

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