Html Css Color HEX #C65AFA Heliotrope

📋 copy color: '#C65AFA'

red 198 ◦ green 90 ◦ blue 250

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

Shades of Heliotrope #C65AFA

Tints of Heliotrope #C65AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.73%

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

R = 36.8%
G = 16.73%
B = 46.47%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C65AFA (or 0xC65AFA) is known color: Heliotrope. HEX triplet: C6, 5A and FA. RGB value is (198,90,250). Sum of RGB (Red+Green+Blue) = 198+90+250=538 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.80% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #C65AFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AFA is #39A505. Grayscale: #8C8C8C. Windows color (decimal): -3777798 or 16407238. OLE color: 16407238.

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

Color convert

RGB 198 90 250 -
CMYK 0.21 0.64 0 0.02
HSL 280.5º 0.94% 0.67% -
HSV(B) 280.5º 0.64% 0.98% -
XYZ 44.2 26.22 93.17 -
YUV 140.53 189.78 168.99 -
System Red Green Blue C M Y K H S L
Decimal 198 90 250 0.21 0.64 0 0.02 280.5 0.94 0.67
Hex C6 5A FA 15 40 0 2 118 5E 43
Octal 306 132 372 25 100 0 2 430 136 103
Binary 11000110 1011010 11111010 10101 1000000 0 10 100011000 1011110 1000011

Color Harmonies of #C65AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65AFA

Black with #C65AFA

Text Example


Text Example

White with #C65AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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