Html Css Color HEX #C165FF Heliotrope

📋 copy color: '#C165FF'

red 193 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #C165FF

Tints of Heliotrope #C165FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.45%

R = 35.15%
G = 18.4%
B = 46.45%

CMYK

 C value IS 0.24

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C165FF (or 0xC165FF) is known color: Heliotrope. HEX triplet: C1, 65 and FF. RGB value is (193,101,255). Sum of RGB (Red+Green+Blue) = 193+101+255=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 101 (39.84% from 255 or 18.40% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #C165FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C165FF is #3E9A00. Grayscale: #919191. Windows color (decimal): -4102657 or 16737729. OLE color: 16737729.

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

Color convert

RGB 193 101 255 -
CMYK 0.24 0.60 0 0
HSL 275.84º 1% 0.7% -
HSV(B) 275.84º 0.6% 1% -
XYZ 44.7 27.86 97.63 -
YUV 146.06 189.48 161.48 -
System Red Green Blue C M Y K H S L
Decimal 193 101 255 0.24 0.60 0 0 275.84 1 0.7
Hex C1 65 FF 18 3C 0 0 114 64 46
Octal 301 145 377 30 74 0 0 424 144 106
Binary 11000001 1100101 11111111 11000 111100 0 0 100010100 1100100 1000110

Color Harmonies of #C165FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C165FF

Black with #C165FF

Text Example


Text Example

White with #C165FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C165FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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