Html Css Color HEX #C165FE Heliotrope

📋 copy color: '#C165FE'

red 193 ◦ green 101 ◦ blue 254

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

Shades of Heliotrope #C165FE

Tints of Heliotrope #C165FE

RGB

 RED value IS 193 (75.78% from 255) = 35.22%

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

 BLUE value IS 254 (99.61% from 255) = 46.35%

R = 35.22%
G = 18.43%
B = 46.35%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C165FE (or 0xC165FE) is known color: Heliotrope. HEX triplet: C1, 65 and FE. RGB value is (193,101,254). Sum of RGB (Red+Green+Blue) = 193+101+254=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 101 (39.84% from 255 or 18.43% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #C165FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165FE is #3E9A01. Grayscale: #919191. Windows color (decimal): -4102658 or 16672193. OLE color: 16672193.

HSL color Cylindrical-coordinate representation of color #C165FE: hue angle of 276.08º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C165FE is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 193 101 254 -
CMYK 0.24 0.60 0 0.00
HSL 276.08º 0.99% 0.7% -
HSV(B) 276.08º 0.6% 1% -
XYZ 44.54 27.8 96.78 -
YUV 145.95 188.98 161.56 -
System Red Green Blue C M Y K H S L
Decimal 193 101 254 0.24 0.60 0 0.00 276.08 0.99 0.7
Hex C1 65 FE 18 3C 0 0 114 63 46
Octal 301 145 376 30 74 0 0 424 143 106
Binary 11000001 1100101 11111110 11000 111100 0 0 100010100 1100011 1000110

Color Harmonies of #C165FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165FE

Black with #C165FE

Text Example


Text Example

White with #C165FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165FE; }

 p { color: rgb(193,101,254); }

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

background-color css

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

 a { background-color: rgb(193,101,254); }

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

border-color css

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

 span { border-color: rgb(193,101,254); }

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