Html Css Color HEX #C67AFE Heliotrope

📋 copy color: '#C67AFE'

red 198 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #C67AFE

Tints of Heliotrope #C67AFE

RGB

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

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

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

R = 34.49%
G = 21.25%
B = 44.25%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C67AFE (or 0xC67AFE) is known color: Heliotrope. HEX triplet: C6, 7A and FE. RGB value is (198,122,254). Sum of RGB (Red+Green+Blue) = 198+122+254=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #C67AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67AFE is #398501. Grayscale: #9F9F9F. Windows color (decimal): -3769602 or 16677574. OLE color: 16677574.

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

Color convert

RGB 198 122 254 -
CMYK 0.22 0.52 0 0.00
HSL 274.55º 0.99% 0.74% -
HSV(B) 274.55º 0.52% 1% -
XYZ 48.14 33.08 97.61 -
YUV 159.77 181.18 155.27 -
System Red Green Blue C M Y K H S L
Decimal 198 122 254 0.22 0.52 0 0.00 274.55 0.99 0.74
Hex C6 7A FE 16 34 0 0 113 63 4A
Octal 306 172 376 26 64 0 0 423 143 112
Binary 11000110 1111010 11111110 10110 110100 0 0 100010011 1100011 1001010

Color Harmonies of #C67AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67AFE

Black with #C67AFE

Text Example


Text Example

White with #C67AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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