Html Css Color HEX #CA9CEE Wisteria

📋 copy color: '#CA9CEE'

red 202 ◦ green 156 ◦ blue 238

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

Shades of Wisteria #CA9CEE

Tints of Wisteria #CA9CEE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.17%

 BLUE value IS 238 (93.36% from 255) = 39.93%

R = 33.89%
G = 26.17%
B = 39.93%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CA9CEE (or 0xCA9CEE) is known color: Wisteria. HEX triplet: CA, 9C and EE. RGB value is (202,156,238). Sum of RGB (Red+Green+Blue) = 202+156+238=596 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.89% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 238 (93.36% from 255 or 39.93% from 596); Max value from RGB is 238 - color contains mainly: blue. Hex color #CA9CEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CEE is #356311. Grayscale: #B2B2B2. Windows color (decimal): -3498770 or 15637706. OLE color: 15637706.

HSL color Cylindrical-coordinate representation of color #CA9CEE: hue angle of 273.66º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9CEE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 202 156 238 -
CMYK 0.15 0.34 0 0.07
HSL 273.66º 0.71% 0.77% -
HSV(B) 273.66º 0.34% 0.93% -
XYZ 51.68 42.51 86.37 -
YUV 179.1 161.24 144.33 -
System Red Green Blue C M Y K H S L
Decimal 202 156 238 0.15 0.34 0 0.07 273.66 0.71 0.77
Hex CA 9C EE F 22 0 7 112 47 4D
Octal 312 234 356 17 42 0 7 422 107 115
Binary 11001010 10011100 11101110 1111 100010 0 111 100010010 1000111 1001101

Color Harmonies of #CA9CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9CEE

Black with #CA9CEE

Text Example


Text Example

White with #CA9CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9CEE; }

 p { color: rgb(202,156,238); }

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

background-color css

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

 a { background-color: rgb(202,156,238); }

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

border-color css

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

 span { border-color: rgb(202,156,238); }

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