Html Css Color HEX #C65CFA Heliotrope

📋 copy color: '#C65CFA'

red 198 ◦ green 92 ◦ blue 250

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

Shades of Heliotrope #C65CFA

Tints of Heliotrope #C65CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.04%

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

R = 36.67%
G = 17.04%
B = 46.3%

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

#C65CFA (or 0xC65CFA) is known color: Heliotrope. HEX triplet: C6, 5C and FA. RGB value is (198,92,250). Sum of RGB (Red+Green+Blue) = 198+92+250=540 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.67% from 540); Green value is 92 (36.33% from 255 or 17.04% from 540); Blue value is 250 (98.05% from 255 or 46.30% from 540); Max value from RGB is 250 - color contains mainly: blue. Hex color #C65CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CFA is #39A305. Grayscale: #8D8D8D. Windows color (decimal): -3777286 or 16407750. OLE color: 16407750.

HSL color Cylindrical-coordinate representation of color #C65CFA: hue angle of 280.25º 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 #C65CFA is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 92 250 -
CMYK 0.21 0.63 0 0.02
HSL 280.25º 0.94% 0.67% -
HSV(B) 280.25º 0.63% 0.98% -
XYZ 44.37 26.56 93.23 -
YUV 141.71 189.12 168.15 -
System Red Green Blue C M Y K H S L
Decimal 198 92 250 0.21 0.63 0 0.02 280.25 0.94 0.67
Hex C6 5C FA 15 3F 0 2 118 5E 43
Octal 306 134 372 25 77 0 2 430 136 103
Binary 11000110 1011100 11111010 10101 111111 0 10 100011000 1011110 1000011

Color Harmonies of #C65CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CFA

Black with #C65CFA

Text Example


Text Example

White with #C65CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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