Html Css Color HEX #C67FFA Heliotrope

📋 copy color: '#C67FFA'

red 198 ◦ green 127 ◦ blue 250

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

Shades of Heliotrope #C67FFA

Tints of Heliotrope #C67FFA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.09%

 BLUE value IS 250 (98.05% from 255) = 43.48%

R = 34.43%
G = 22.09%
B = 43.48%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C67FFA (or 0xC67FFA) is known color: Heliotrope. HEX triplet: C6, 7F and FA. RGB value is (198,127,250). Sum of RGB (Red+Green+Blue) = 198+127+250=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 127 (50% from 255 or 22.09% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67FFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67FFA is #398005. Grayscale: #A1A1A1. Windows color (decimal): -3768326 or 16416710. OLE color: 16416710.

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

Color convert

RGB 198 127 250 -
CMYK 0.21 0.49 0 0.02
HSL 274.63º 0.92% 0.74% -
HSV(B) 274.63º 0.49% 0.98% -
XYZ 48.13 34.09 94.48 -
YUV 162.25 177.52 153.5 -
System Red Green Blue C M Y K H S L
Decimal 198 127 250 0.21 0.49 0 0.02 274.63 0.92 0.74
Hex C6 7F FA 15 31 0 2 113 5C 4A
Octal 306 177 372 25 61 0 2 423 134 112
Binary 11000110 1111111 11111010 10101 110001 0 10 100010011 1011100 1001010

Color Harmonies of #C67FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67FFA

Black with #C67FFA

Text Example


Text Example

White with #C67FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67FFA; }

 p { color: rgb(198,127,250); }

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

background-color css

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

 a { background-color: rgb(198,127,250); }

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

border-color css

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

 span { border-color: rgb(198,127,250); }

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