Html Css Color HEX #CA9DF0 Wisteria

📋 copy color: '#CA9DF0'

red 202 ◦ green 157 ◦ blue 240

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

Shades of Wisteria #CA9DF0

Tints of Wisteria #CA9DF0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.21%

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 33.72%
G = 26.21%
B = 40.07%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CA9DF0 (or 0xCA9DF0) is known color: Wisteria. HEX triplet: CA, 9D and F0. RGB value is (202,157,240). Sum of RGB (Red+Green+Blue) = 202+157+240=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA9DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9DF0 is #35620F. Grayscale: #B3B3B3. Windows color (decimal): -3498512 or 15769034. OLE color: 15769034.

HSL color Cylindrical-coordinate representation of color #CA9DF0: hue angle of 272.53º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9DF0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 157 240 -
CMYK 0.16 0.35 0 0.06
HSL 272.53º 0.73% 0.78% -
HSV(B) 272.53º 0.35% 0.94% -
XYZ 52.14 42.96 87.98 -
YUV 179.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 202 157 240 0.16 0.35 0 0.06 272.53 0.73 0.78
Hex CA 9D F0 10 23 0 6 111 49 4E
Octal 312 235 360 20 43 0 6 421 111 116
Binary 11001010 10011101 11110000 10000 100011 0 110 100010001 1001001 1001110

Color Harmonies of #CA9DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9DF0

Black with #CA9DF0

Text Example


Text Example

White with #CA9DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9DF0; }

 p { color: rgb(202,157,240); }

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

background-color css

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

 a { background-color: rgb(202,157,240); }

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

border-color css

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

 span { border-color: rgb(202,157,240); }

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