Html Css Color HEX #CA8CFA Heliotrope

📋 copy color: '#CA8CFA'

red 202 ◦ green 140 ◦ blue 250

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

Shades of Heliotrope #CA8CFA

Tints of Heliotrope #CA8CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.23%

R = 34.12%
G = 23.65%
B = 42.23%

CMYK

 C value IS 0.19

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA8CFA (or 0xCA8CFA) is known color: Heliotrope. HEX triplet: CA, 8C and FA. RGB value is (202,140,250). Sum of RGB (Red+Green+Blue) = 202+140+250=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 140 (55.08% from 255 or 23.65% from 592); Blue value is 250 (98.05% from 255 or 42.23% from 592); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CFA is #357305. Grayscale: #AAAAAA. Windows color (decimal): -3502854 or 16420042. OLE color: 16420042.

HSL color Cylindrical-coordinate representation of color #CA8CFA: hue angle of 273.82º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA8CFA is Cyan = 0.19, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 140 250 -
CMYK 0.19 0.44 0 0.02
HSL 273.82º 0.92% 0.76% -
HSV(B) 273.82º 0.44% 0.98% -
XYZ 50.99 38.21 95.13 -
YUV 171.08 172.54 150.06 -
System Red Green Blue C M Y K H S L
Decimal 202 140 250 0.19 0.44 0 0.02 273.82 0.92 0.76
Hex CA 8C FA 13 2C 0 2 112 5C 4C
Octal 312 214 372 23 54 0 2 422 134 114
Binary 11001010 10001100 11111010 10011 101100 0 10 100010010 1011100 1001100

Color Harmonies of #CA8CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8CFA

Black with #CA8CFA

Text Example


Text Example

White with #CA8CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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