Html Css Color HEX #C263FC Heliotrope

📋 copy color: '#C263FC'

red 194 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #C263FC

Tints of Heliotrope #C263FC

RGB

 RED value IS 194 (76.17% from 255) = 35.6%

 GREEN value IS 99 (39.06% from 255) = 18.17%

 BLUE value IS 252 (98.83% from 255) = 46.24%

R = 35.6%
G = 18.17%
B = 46.24%

CMYK

 C value IS 0.23

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C263FC (or 0xC263FC) is known color: Heliotrope. HEX triplet: C2, 63 and FC. RGB value is (194,99,252). Sum of RGB (Red+Green+Blue) = 194+99+252=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 99 (39.06% from 255 or 18.17% from 545); Blue value is 252 (98.83% from 255 or 46.24% from 545); Max value from RGB is 252 - color contains mainly: blue. Hex color #C263FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C263FC is #3D9C03. Grayscale: #909090. Windows color (decimal): -4037636 or 16540610. OLE color: 16540610.

HSL color Cylindrical-coordinate representation of color #C263FC: hue angle of 277.25º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C263FC is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 194 99 252 -
CMYK 0.23 0.61 0 0.01
HSL 277.25º 0.96% 0.69% -
HSV(B) 277.25º 0.61% 0.99% -
XYZ 44.28 27.42 95.05 -
YUV 144.85 188.47 163.06 -
System Red Green Blue C M Y K H S L
Decimal 194 99 252 0.23 0.61 0 0.01 277.25 0.96 0.69
Hex C2 63 FC 17 3D 0 1 115 60 45
Octal 302 143 374 27 75 0 1 425 140 105
Binary 11000010 1100011 11111100 10111 111101 0 1 100010101 1100000 1000101

Color Harmonies of #C263FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C263FC

Black with #C263FC

Text Example


Text Example

White with #C263FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C263FC; }

 p { color: rgb(194,99,252); }

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

background-color css

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

 a { background-color: rgb(194,99,252); }

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

border-color css

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

 span { border-color: rgb(194,99,252); }

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