Html Css Color HEX #C67DFE Heliotrope

📋 copy color: '#C67DFE'

red 198 ◦ green 125 ◦ blue 254

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

Shades of Heliotrope #C67DFE

Tints of Heliotrope #C67DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.66%

 BLUE value IS 254 (99.61% from 255) = 44.02%

R = 34.32%
G = 21.66%
B = 44.02%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C67DFE (or 0xC67DFE) is known color: Heliotrope. HEX triplet: C6, 7D and FE. RGB value is (198,125,254). Sum of RGB (Red+Green+Blue) = 198+125+254=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 125 (49.22% from 255 or 21.66% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #C67DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DFE is #398201. Grayscale: #A1A1A1. Windows color (decimal): -3768834 or 16678342. OLE color: 16678342.

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

Color convert

RGB 198 125 254 -
CMYK 0.22 0.51 0 0.00
HSL 273.95º 0.98% 0.74% -
HSV(B) 273.95º 0.51% 1% -
XYZ 48.51 33.83 97.74 -
YUV 161.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 198 125 254 0.22 0.51 0 0.00 273.95 0.98 0.74
Hex C6 7D FE 16 33 0 0 112 62 4A
Octal 306 175 376 26 63 0 0 422 142 112
Binary 11000110 1111101 11111110 10110 110011 0 0 100010010 1100010 1001010

Color Harmonies of #C67DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DFE

Black with #C67DFE

Text Example


Text Example

White with #C67DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DFE; }

 p { color: rgb(198,125,254); }

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

background-color css

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

 a { background-color: rgb(198,125,254); }

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

border-color css

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

 span { border-color: rgb(198,125,254); }

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