Html Css Color HEX #C67CF2 Heliotrope

📋 copy color: '#C67CF2'

red 198 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #C67CF2

Tints of Heliotrope #C67CF2

RGB

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

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

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

R = 35.11%
G = 21.99%
B = 42.91%

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

#C67CF2 (or 0xC67CF2) is known color: Heliotrope. HEX triplet: C6, 7C and F2. RGB value is (198,124,242). Sum of RGB (Red+Green+Blue) = 198+124+242=564 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.11% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #C67CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CF2 is #39830D. Grayscale: #9F9F9F. Windows color (decimal): -3769102 or 15891654. OLE color: 15891654.

HSL color Cylindrical-coordinate representation of color #C67CF2: hue angle of 277.63º degrees, saturation: 0.82, 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 #C67CF2 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 124 242 -
CMYK 0.18 0.49 0 0.05
HSL 277.63º 0.82% 0.72% -
HSV(B) 277.63º 0.49% 0.95% -
XYZ 46.52 32.83 87.89 -
YUV 159.58 174.52 155.41 -
System Red Green Blue C M Y K H S L
Decimal 198 124 242 0.18 0.49 0 0.05 277.63 0.82 0.72
Hex C6 7C F2 12 31 0 5 116 52 48
Octal 306 174 362 22 61 0 5 426 122 110
Binary 11000110 1111100 11110010 10010 110001 0 101 100010110 1010010 1001000

Color Harmonies of #C67CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CF2

Black with #C67CF2

Text Example


Text Example

White with #C67CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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