Html Css Color HEX #C67DFA Heliotrope

📋 copy color: '#C67DFA'

red 198 ◦ green 125 ◦ blue 250

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

Shades of Heliotrope #C67DFA

Tints of Heliotrope #C67DFA

RGB

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

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

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

R = 34.55%
G = 21.82%
B = 43.63%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C67DFA (or 0xC67DFA) is known color: Heliotrope. HEX triplet: C6, 7D and FA. RGB value is (198,125,250). Sum of RGB (Red+Green+Blue) = 198+125+250=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DFA is #398205. Grayscale: #A0A0A0. Windows color (decimal): -3768838 or 16416198. OLE color: 16416198.

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

Color convert

RGB 198 125 250 -
CMYK 0.21 0.50 0 0.02
HSL 275.04º 0.93% 0.74% -
HSV(B) 275.04º 0.5% 0.98% -
XYZ 47.88 33.58 94.4 -
YUV 161.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 198 125 250 0.21 0.50 0 0.02 275.04 0.93 0.74
Hex C6 7D FA 15 32 0 2 113 5D 4A
Octal 306 175 372 25 62 0 2 423 135 112
Binary 11000110 1111101 11111010 10101 110010 0 10 100010011 1011101 1001010

Color Harmonies of #C67DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DFA

Black with #C67DFA

Text Example


Text Example

White with #C67DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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