Html Css Color HEX #C67CFB Heliotrope

📋 copy color: '#C67CFB'

red 198 ◦ green 124 ◦ blue 251

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

Shades of Heliotrope #C67CFB

Tints of Heliotrope #C67CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 34.55%
G = 21.64%
B = 43.8%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C67CFB (or 0xC67CFB) is known color: Heliotrope. HEX triplet: C6, 7C and FB. RGB value is (198,124,251). Sum of RGB (Red+Green+Blue) = 198+124+251=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #C67CFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67CFB is #398304. Grayscale: #A0A0A0. Windows color (decimal): -3769093 or 16481478. OLE color: 16481478.

HSL color Cylindrical-coordinate representation of color #C67CFB: hue angle of 274.96º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C67CFB is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 124 251 -
CMYK 0.21 0.51 0 0.02
HSL 274.96º 0.94% 0.74% -
HSV(B) 274.96º 0.51% 0.98% -
XYZ 47.91 33.39 95.19 -
YUV 160.6 179.02 154.67 -
System Red Green Blue C M Y K H S L
Decimal 198 124 251 0.21 0.51 0 0.02 274.96 0.94 0.74
Hex C6 7C FB 15 33 0 2 113 5E 4A
Octal 306 174 373 25 63 0 2 423 136 112
Binary 11000110 1111100 11111011 10101 110011 0 10 100010011 1011110 1001010

Color Harmonies of #C67CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67CFB

Black with #C67CFB

Text Example


Text Example

White with #C67CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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