Html Css Color HEX #C565FA Heliotrope

📋 copy color: '#C565FA'

red 197 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #C565FA

Tints of Heliotrope #C565FA

RGB

 RED value IS 197 (77.34% from 255) = 35.95%

 GREEN value IS 101 (39.84% from 255) = 18.43%

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

R = 35.95%
G = 18.43%
B = 45.62%

CMYK

 C value IS 0.21

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C565FA (or 0xC565FA) is known color: Heliotrope. HEX triplet: C5, 65 and FA. RGB value is (197,101,250). Sum of RGB (Red+Green+Blue) = 197+101+250=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #C565FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C565FA is #3A9A05. Grayscale: #929292. Windows color (decimal): -3840518 or 16410053. OLE color: 16410053.

HSL color Cylindrical-coordinate representation of color #C565FA: hue angle of 278.66º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C565FA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 101 250 -
CMYK 0.21 0.60 0 0.02
HSL 278.66º 0.94% 0.69% -
HSV(B) 278.66º 0.6% 0.98% -
XYZ 44.93 28.08 93.49 -
YUV 146.69 186.3 163.88 -
System Red Green Blue C M Y K H S L
Decimal 197 101 250 0.21 0.60 0 0.02 278.66 0.94 0.69
Hex C5 65 FA 15 3C 0 2 117 5E 45
Octal 305 145 372 25 74 0 2 427 136 105
Binary 11000101 1100101 11111010 10101 111100 0 10 100010111 1011110 1000101

Color Harmonies of #C565FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C565FA

Black with #C565FA

Text Example


Text Example

White with #C565FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C565FA; }

 p { color: rgb(197,101,250); }

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

background-color css

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

 a { background-color: rgb(197,101,250); }

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

border-color css

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

 span { border-color: rgb(197,101,250); }

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