Html Css Color HEX #C65DFD Heliotrope

📋 copy color: '#C65DFD'

red 198 ◦ green 93 ◦ blue 253

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

Shades of Heliotrope #C65DFD

Tints of Heliotrope #C65DFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 46.51%

R = 36.4%
G = 17.1%
B = 46.51%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C65DFD (or 0xC65DFD) is known color: Heliotrope. HEX triplet: C6, 5D and FD. RGB value is (198,93,253). Sum of RGB (Red+Green+Blue) = 198+93+253=544 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.40% from 544); Green value is 93 (36.72% from 255 or 17.10% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #C65DFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DFD is #39A202. Grayscale: #8E8E8E. Windows color (decimal): -3777027 or 16604614. OLE color: 16604614.

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

Color convert

RGB 198 93 253 -
CMYK 0.22 0.63 0 0.01
HSL 279.38º 0.98% 0.68% -
HSV(B) 279.38º 0.63% 0.99% -
XYZ 44.93 26.93 95.76 -
YUV 142.64 190.29 167.49 -
System Red Green Blue C M Y K H S L
Decimal 198 93 253 0.22 0.63 0 0.01 279.38 0.98 0.68
Hex C6 5D FD 16 3F 0 1 117 62 44
Octal 306 135 375 26 77 0 1 427 142 104
Binary 11000110 1011101 11111101 10110 111111 0 1 100010111 1100010 1000100

Color Harmonies of #C65DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DFD

Black with #C65DFD

Text Example


Text Example

White with #C65DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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