Html Css Color HEX #C466F2 Heliotrope

📋 copy color: '#C466F2'

red 196 ◦ green 102 ◦ blue 242

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

Shades of Heliotrope #C466F2

Tints of Heliotrope #C466F2

RGB

 RED value IS 196 (76.95% from 255) = 36.3%

 GREEN value IS 102 (40.23% from 255) = 18.89%

 BLUE value IS 242 (94.92% from 255) = 44.81%

R = 36.3%
G = 18.89%
B = 44.81%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C466F2 (or 0xC466F2) is known color: Heliotrope. HEX triplet: C4, 66 and F2. RGB value is (196,102,242). Sum of RGB (Red+Green+Blue) = 196+102+242=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 102 (40.23% from 255 or 18.89% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #C466F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C466F2 is #3B990D. Grayscale: #919191. Windows color (decimal): -3905806 or 15886020. OLE color: 15886020.

HSL color Cylindrical-coordinate representation of color #C466F2: hue angle of 280.29º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C466F2 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 196 102 242 -
CMYK 0.19 0.58 0 0.05
HSL 280.29º 0.84% 0.67% -
HSV(B) 280.29º 0.58% 0.95% -
XYZ 43.54 27.65 87.05 -
YUV 146.07 182.14 163.62 -
System Red Green Blue C M Y K H S L
Decimal 196 102 242 0.19 0.58 0 0.05 280.29 0.84 0.67
Hex C4 66 F2 13 3A 0 5 118 54 43
Octal 304 146 362 23 72 0 5 430 124 103
Binary 11000100 1100110 11110010 10011 111010 0 101 100011000 1010100 1000011

Color Harmonies of #C466F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C466F2

Black with #C466F2

Text Example


Text Example

White with #C466F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C466F2; }

 p { color: rgb(196,102,242); }

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

background-color css

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

 a { background-color: rgb(196,102,242); }

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

border-color css

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

 span { border-color: rgb(196,102,242); }

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