Html Css Color HEX #C67AED Heliotrope

📋 copy color: '#C67AED'

red 198 ◦ green 122 ◦ blue 237

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

Shades of Heliotrope #C67AED

Tints of Heliotrope #C67AED

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.9%

 BLUE value IS 237 (92.97% from 255) = 42.55%

R = 35.55%
G = 21.9%
B = 42.55%

CMYK

 C value IS 0.16

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C67AED (or 0xC67AED) is known color: Heliotrope. HEX triplet: C6, 7A and ED. RGB value is (198,122,237). Sum of RGB (Red+Green+Blue) = 198+122+237=557 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.55% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #C67AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AED is #398512. Grayscale: #9D9D9D. Windows color (decimal): -3769619 or 15563462. OLE color: 15563462.

HSL color Cylindrical-coordinate representation of color #C67AED: hue angle of 279.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C67AED is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 198 122 237 -
CMYK 0.16 0.49 0 0.07
HSL 279.65º 0.76% 0.7% -
HSV(B) 279.65º 0.49% 0.93% -
XYZ 45.53 32.04 83.91 -
YUV 157.83 172.68 156.65 -
System Red Green Blue C M Y K H S L
Decimal 198 122 237 0.16 0.49 0 0.07 279.65 0.76 0.7
Hex C6 7A ED 10 31 0 7 118 4C 46
Octal 306 172 355 20 61 0 7 430 114 106
Binary 11000110 1111010 11101101 10000 110001 0 111 100011000 1001100 1000110

Color Harmonies of #C67AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AED

Black with #C67AED

Text Example


Text Example

White with #C67AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AED; }

 p { color: rgb(198,122,237); }

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

background-color css

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

 a { background-color: rgb(198,122,237); }

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

border-color css

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

 span { border-color: rgb(198,122,237); }

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