Html Css Color HEX #C265FC Heliotrope

📋 copy color: '#C265FC'

red 194 ◦ green 101 ◦ blue 252

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

Shades of Heliotrope #C265FC

Tints of Heliotrope #C265FC

RGB

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

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

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

R = 35.47%
G = 18.46%
B = 46.07%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C265FC (or 0xC265FC) is known color: Heliotrope. HEX triplet: C2, 65 and FC. RGB value is (194,101,252). Sum of RGB (Red+Green+Blue) = 194+101+252=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 101 (39.84% from 255 or 18.46% from 547); Blue value is 252 (98.83% from 255 or 46.07% from 547); Max value from RGB is 252 - color contains mainly: blue. Hex color #C265FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C265FC is #3D9A03. Grayscale: #919191. Windows color (decimal): -4037124 or 16541122. OLE color: 16541122.

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

Color convert

RGB 194 101 252 -
CMYK 0.23 0.60 0 0.01
HSL 276.95º 0.96% 0.69% -
HSV(B) 276.95º 0.6% 0.99% -
XYZ 44.47 27.8 95.12 -
YUV 146.02 187.81 162.22 -
System Red Green Blue C M Y K H S L
Decimal 194 101 252 0.23 0.60 0 0.01 276.95 0.96 0.69
Hex C2 65 FC 17 3C 0 1 115 60 45
Octal 302 145 374 27 74 0 1 425 140 105
Binary 11000010 1100101 11111100 10111 111100 0 1 100010101 1100000 1000101

Color Harmonies of #C265FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C265FC

Black with #C265FC

Text Example


Text Example

White with #C265FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C265FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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