Html Css Color HEX #C65CFD Heliotrope

📋 copy color: '#C65CFD'

red 198 ◦ green 92 ◦ blue 253

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

Shades of Heliotrope #C65CFD

Tints of Heliotrope #C65CFD

RGB

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

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

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

R = 36.46%
G = 16.94%
B = 46.59%

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

#C65CFD (or 0xC65CFD) is known color: Heliotrope. HEX triplet: C6, 5C and FD. RGB value is (198,92,253). Sum of RGB (Red+Green+Blue) = 198+92+253=543 (71% of max value = 765). Red value is 198 (77.73% from 255 or 36.46% from 543); Green value is 92 (36.33% from 255 or 16.94% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #C65CFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C65CFD is #39A302. Grayscale: #8D8D8D. Windows color (decimal): -3777283 or 16604358. OLE color: 16604358.

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

Color convert

RGB 198 92 253 -
CMYK 0.22 0.64 0 0.01
HSL 279.5º 0.98% 0.68% -
HSV(B) 279.5º 0.64% 0.99% -
XYZ 44.85 26.75 95.73 -
YUV 142.05 190.62 167.91 -
System Red Green Blue C M Y K H S L
Decimal 198 92 253 0.22 0.64 0 0.01 279.5 0.98 0.68
Hex C6 5C FD 16 40 0 1 118 62 44
Octal 306 134 375 26 100 0 1 430 142 104
Binary 11000110 1011100 11111101 10110 1000000 0 1 100011000 1100010 1000100

Color Harmonies of #C65CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65CFD

Black with #C65CFD

Text Example


Text Example

White with #C65CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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