Html Css Color HEX #C65AFD Heliotrope

📋 copy color: '#C65AFD'

red 198 ◦ green 90 ◦ blue 253

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

Shades of Heliotrope #C65AFD

Tints of Heliotrope #C65AFD

RGB

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

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

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

R = 36.6%
G = 16.64%
B = 46.77%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C65AFD (or 0xC65AFD) is known color: Heliotrope. HEX triplet: C6, 5A and FD. RGB value is (198,90,253). Sum of RGB (Red+Green+Blue) = 198+90+253=541 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.60% from 541); Green value is 90 (35.55% from 255 or 16.64% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #C65AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65AFD is #39A502. Grayscale: #8C8C8C. Windows color (decimal): -3777795 or 16603846. OLE color: 16603846.

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

Color convert

RGB 198 90 253 -
CMYK 0.22 0.64 0 0.01
HSL 279.75º 0.98% 0.67% -
HSV(B) 279.75º 0.64% 0.99% -
XYZ 44.67 26.41 95.67 -
YUV 140.87 191.28 168.75 -
System Red Green Blue C M Y K H S L
Decimal 198 90 253 0.22 0.64 0 0.01 279.75 0.98 0.67
Hex C6 5A FD 16 40 0 1 118 62 43
Octal 306 132 375 26 100 0 1 430 142 103
Binary 11000110 1011010 11111101 10110 1000000 0 1 100011000 1100010 1000011

Color Harmonies of #C65AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65AFD

Black with #C65AFD

Text Example


Text Example

White with #C65AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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