Html Css Color HEX #C67EFD Heliotrope

📋 copy color: '#C67EFD'

red 198 ◦ green 126 ◦ blue 253

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

Shades of Heliotrope #C67EFD

Tints of Heliotrope #C67EFD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 21.84%

 BLUE value IS 253 (99.22% from 255) = 43.85%

R = 34.32%
G = 21.84%
B = 43.85%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C67EFD (or 0xC67EFD) is known color: Heliotrope. HEX triplet: C6, 7E and FD. RGB value is (198,126,253). Sum of RGB (Red+Green+Blue) = 198+126+253=577 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.32% from 577); Green value is 126 (49.61% from 255 or 21.84% from 577); Blue value is 253 (99.22% from 255 or 43.85% from 577); Max value from RGB is 253 - color contains mainly: blue. Hex color #C67EFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EFD is #398102. Grayscale: #A1A1A1. Windows color (decimal): -3768579 or 16613062. OLE color: 16613062.

HSL color Cylindrical-coordinate representation of color #C67EFD: hue angle of 274.02º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C67EFD is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 126 253 -
CMYK 0.22 0.50 0 0.01
HSL 274.02º 0.97% 0.74% -
HSV(B) 274.02º 0.5% 0.99% -
XYZ 48.48 34.02 96.94 -
YUV 162.01 179.35 153.67 -
System Red Green Blue C M Y K H S L
Decimal 198 126 253 0.22 0.50 0 0.01 274.02 0.97 0.74
Hex C6 7E FD 16 32 0 1 112 61 4A
Octal 306 176 375 26 62 0 1 422 141 112
Binary 11000110 1111110 11111101 10110 110010 0 1 100010010 1100001 1001010

Color Harmonies of #C67EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EFD

Black with #C67EFD

Text Example


Text Example

White with #C67EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EFD; }

 p { color: rgb(198,126,253); }

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

background-color css

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

 a { background-color: rgb(198,126,253); }

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

border-color css

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

 span { border-color: rgb(198,126,253); }

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