Html Css Color HEX #C65DFA Heliotrope

📋 copy color: '#C65DFA'

red 198 ◦ green 93 ◦ blue 250

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

Shades of Heliotrope #C65DFA

Tints of Heliotrope #C65DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.21%

R = 36.6%
G = 17.19%
B = 46.21%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C65DFA (or 0xC65DFA) is known color: Heliotrope. HEX triplet: C6, 5D and FA. RGB value is (198,93,250). Sum of RGB (Red+Green+Blue) = 198+93+250=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 93 (36.72% from 255 or 17.19% from 541); Blue value is 250 (98.05% from 255 or 46.21% from 541); Max value from RGB is 250 - color contains mainly: blue. Hex color #C65DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65DFA is #39A205. Grayscale: #8D8D8D. Windows color (decimal): -3777030 or 16408006. OLE color: 16408006.

HSL color Cylindrical-coordinate representation of color #C65DFA: hue angle of 280.13º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C65DFA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 93 250 -
CMYK 0.21 0.63 0 0.02
HSL 280.13º 0.94% 0.67% -
HSV(B) 280.13º 0.63% 0.98% -
XYZ 44.46 26.74 93.26 -
YUV 142.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 198 93 250 0.21 0.63 0 0.02 280.13 0.94 0.67
Hex C6 5D FA 15 3F 0 2 118 5E 43
Octal 306 135 372 25 77 0 2 430 136 103
Binary 11000110 1011101 11111010 10101 111111 0 10 100011000 1011110 1000011

Color Harmonies of #C65DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65DFA

Black with #C65DFA

Text Example


Text Example

White with #C65DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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