Html Css Color HEX #C67EFA Heliotrope

📋 copy color: '#C67EFA'

red 198 ◦ green 126 ◦ blue 250

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

Shades of Heliotrope #C67EFA

Tints of Heliotrope #C67EFA

RGB

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

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

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

R = 34.49%
G = 21.95%
B = 43.55%

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

#C67EFA (or 0xC67EFA) is known color: Heliotrope. HEX triplet: C6, 7E and FA. RGB value is (198,126,250). Sum of RGB (Red+Green+Blue) = 198+126+250=574 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.49% from 574); Green value is 126 (49.61% from 255 or 21.95% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C67EFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67EFA is #398105. Grayscale: #A1A1A1. Windows color (decimal): -3768582 or 16416454. OLE color: 16416454.

HSL color Cylindrical-coordinate representation of color #C67EFA: hue angle of 274.84º 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 #C67EFA is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 126 250 -
CMYK 0.21 0.50 0 0.02
HSL 274.84º 0.93% 0.74% -
HSV(B) 274.84º 0.5% 0.98% -
XYZ 48 33.83 94.44 -
YUV 161.66 177.85 153.92 -
System Red Green Blue C M Y K H S L
Decimal 198 126 250 0.21 0.50 0 0.02 274.84 0.93 0.74
Hex C6 7E FA 15 32 0 2 113 5D 4A
Octal 306 176 372 25 62 0 2 423 135 112
Binary 11000110 1111110 11111010 10101 110010 0 10 100010011 1011101 1001010

Color Harmonies of #C67EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67EFA

Black with #C67EFA

Text Example


Text Example

White with #C67EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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