Html Css Color HEX #C67CF1 Heliotrope

📋 copy color: '#C67CF1'

red 198 ◦ green 124 ◦ blue 241

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

Shades of Heliotrope #C67CF1

Tints of Heliotrope #C67CF1

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.02%

 BLUE value IS 241 (94.53% from 255) = 42.81%

R = 35.17%
G = 22.02%
B = 42.81%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C67CF1 (or 0xC67CF1) is known color: Heliotrope. HEX triplet: C6, 7C and F1. RGB value is (198,124,241). Sum of RGB (Red+Green+Blue) = 198+124+241=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 241 (94.53% from 255 or 42.81% from 563); Max value from RGB is 241 - color contains mainly: blue. Hex color #C67CF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CF1 is #39830E. Grayscale: #9F9F9F. Windows color (decimal): -3769103 or 15826118. OLE color: 15826118.

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

Color convert

RGB 198 124 241 -
CMYK 0.18 0.49 0 0.05
HSL 277.95º 0.81% 0.72% -
HSV(B) 277.95º 0.49% 0.95% -
XYZ 46.37 32.77 87.1 -
YUV 159.46 174.02 155.49 -
System Red Green Blue C M Y K H S L
Decimal 198 124 241 0.18 0.49 0 0.05 277.95 0.81 0.72
Hex C6 7C F1 12 31 0 5 116 51 48
Octal 306 174 361 22 61 0 5 426 121 110
Binary 11000110 1111100 11110001 10010 110001 0 101 100010110 1010001 1001000

Color Harmonies of #C67CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CF1

Black with #C67CF1

Text Example


Text Example

White with #C67CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CF1; }

 p { color: rgb(198,124,241); }

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

background-color css

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

 a { background-color: rgb(198,124,241); }

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

border-color css

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

 span { border-color: rgb(198,124,241); }

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