Html Css Color HEX #CA7FFA Heliotrope

📋 copy color: '#CA7FFA'

red 202 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #CA7FFA

Tints of Heliotrope #CA7FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 21.93%

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

R = 34.89%
G = 21.93%
B = 43.18%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CA7FFA (or 0xCA7FFA) is known color: Heliotrope. HEX triplet: CA, 7F and FA. RGB value is (202,127,250). Sum of RGB (Red+Green+Blue) = 202+127+250=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 127 (50% from 255 or 21.93% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA7FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CA7FFA is #358005. Grayscale: #A3A3A3. Windows color (decimal): -3506182 or 16416714. OLE color: 16416714.

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

Color convert

RGB 202 127 250 -
CMYK 0.19 0.49 0 0.02
HSL 276.59º 0.92% 0.74% -
HSV(B) 276.59º 0.49% 0.98% -
XYZ 49.2 34.64 94.53 -
YUV 163.45 176.85 155.5 -
System Red Green Blue C M Y K H S L
Decimal 202 127 250 0.19 0.49 0 0.02 276.59 0.92 0.74
Hex CA 7F FA 13 31 0 2 115 5C 4A
Octal 312 177 372 23 61 0 2 425 134 112
Binary 11001010 1111111 11111010 10011 110001 0 10 100010101 1011100 1001010

Color Harmonies of #CA7FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7FFA

Black with #CA7FFA

Text Example


Text Example

White with #CA7FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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