Html Css Color HEX #C675FF Heliotrope

📋 copy color: '#C675FF'

red 198 ◦ green 117 ◦ blue 255

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

Shades of Heliotrope #C675FF

Tints of Heliotrope #C675FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 20.53%

 BLUE value IS 255 (100% from 255) = 44.74%

R = 34.74%
G = 20.53%
B = 44.74%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C675FF (or 0xC675FF) is known color: Heliotrope. HEX triplet: C6, 75 and FF. RGB value is (198,117,255). Sum of RGB (Red+Green+Blue) = 198+117+255=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #C675FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675FF is #398A00. Grayscale: #9C9C9C. Windows color (decimal): -3770881 or 16741830. OLE color: 16741830.

HSL color Cylindrical-coordinate representation of color #C675FF: hue angle of 275.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C675FF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 198 117 255 -
CMYK 0.22 0.54 0 0
HSL 275.22º 1% 0.73% -
HSV(B) 275.22º 0.54% 1% -
XYZ 47.7 31.95 98.26 -
YUV 156.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 198 117 255 0.22 0.54 0 0 275.22 1 0.73
Hex C6 75 FF 16 36 0 0 113 64 49
Octal 306 165 377 26 66 0 0 423 144 111
Binary 11000110 1110101 11111111 10110 110110 0 0 100010011 1100100 1001001

Color Harmonies of #C675FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675FF

Black with #C675FF

Text Example


Text Example

White with #C675FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675FF; }

 p { color: rgb(198,117,255); }

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

background-color css

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

 a { background-color: rgb(198,117,255); }

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

border-color css

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

 span { border-color: rgb(198,117,255); }

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