Html Css Color HEX #C65DFF Heliotrope

📋 copy color: '#C65DFF'

red 198 ◦ green 93 ◦ blue 255

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

Shades of Heliotrope #C65DFF

Tints of Heliotrope #C65DFF

RGB

 RED value IS 198 (77.73% from 255) = 36.26%

 GREEN value IS 93 (36.72% from 255) = 17.03%

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

R = 36.26%
G = 17.03%
B = 46.7%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C65DFF (or 0xC65DFF) is known color: Heliotrope. HEX triplet: C6, 5D and FF. RGB value is (198,93,255). Sum of RGB (Red+Green+Blue) = 198+93+255=546 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.26% from 546); Green value is 93 (36.72% from 255 or 17.03% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #C65DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DFF is #39A200. Grayscale: #8E8E8E. Windows color (decimal): -3777025 or 16735686. OLE color: 16735686.

HSL color Cylindrical-coordinate representation of color #C65DFF: hue angle of 278.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C65DFF is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 93 255 -
CMYK 0.22 0.64 0 0
HSL 278.89º 1% 0.68% -
HSV(B) 278.89º 0.64% 1% -
XYZ 45.25 27.05 97.44 -
YUV 142.86 191.29 167.33 -
System Red Green Blue C M Y K H S L
Decimal 198 93 255 0.22 0.64 0 0 278.89 1 0.68
Hex C6 5D FF 16 40 0 0 117 64 44
Octal 306 135 377 26 100 0 0 427 144 104
Binary 11000110 1011101 11111111 10110 1000000 0 0 100010111 1100100 1000100

Color Harmonies of #C65DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DFF

Black with #C65DFF

Text Example


Text Example

White with #C65DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DFF; }

 p { color: rgb(198,93,255); }

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

background-color css

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

 a { background-color: rgb(198,93,255); }

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

border-color css

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

 span { border-color: rgb(198,93,255); }

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