Html Css Color HEX #C675F2 Heliotrope

📋 copy color: '#C675F2'

red 198 ◦ green 117 ◦ blue 242

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

Shades of Heliotrope #C675F2

Tints of Heliotrope #C675F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 35.55%
G = 21.01%
B = 43.45%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C675F2 (or 0xC675F2) is known color: Heliotrope. HEX triplet: C6, 75 and F2. RGB value is (198,117,242). Sum of RGB (Red+Green+Blue) = 198+117+242=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 117 (46.09% from 255 or 21.01% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #C675F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C675F2 is #398A0D. Grayscale: #9B9B9B. Windows color (decimal): -3770894 or 15889862. OLE color: 15889862.

HSL color Cylindrical-coordinate representation of color #C675F2: hue angle of 278.88º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C675F2 is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 117 242 -
CMYK 0.18 0.52 0 0.05
HSL 278.88º 0.83% 0.7% -
HSV(B) 278.88º 0.52% 0.95% -
XYZ 45.68 31.14 87.61 -
YUV 155.47 176.84 158.34 -
System Red Green Blue C M Y K H S L
Decimal 198 117 242 0.18 0.52 0 0.05 278.88 0.83 0.7
Hex C6 75 F2 12 34 0 5 117 53 46
Octal 306 165 362 22 64 0 5 427 123 106
Binary 11000110 1110101 11110010 10010 110100 0 101 100010111 1010011 1000110

Color Harmonies of #C675F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C675F2

Black with #C675F2

Text Example


Text Example

White with #C675F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C675F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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