Html Css Color HEX #C67DFC Heliotrope

📋 copy color: '#C67DFC'

red 198 ◦ green 125 ◦ blue 252

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

Shades of Heliotrope #C67DFC

Tints of Heliotrope #C67DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 34.43%
G = 21.74%
B = 43.83%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C67DFC (or 0xC67DFC) is known color: Heliotrope. HEX triplet: C6, 7D and FC. RGB value is (198,125,252). Sum of RGB (Red+Green+Blue) = 198+125+252=575 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.43% from 575); Green value is 125 (49.22% from 255 or 21.74% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #C67DFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C67DFC is #398203. Grayscale: #A0A0A0. Windows color (decimal): -3768836 or 16547270. OLE color: 16547270.

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

Color convert

RGB 198 125 252 -
CMYK 0.21 0.50 0 0.01
HSL 274.49º 0.95% 0.74% -
HSV(B) 274.49º 0.5% 0.99% -
XYZ 48.19 33.7 96.06 -
YUV 161.31 179.18 154.17 -
System Red Green Blue C M Y K H S L
Decimal 198 125 252 0.21 0.50 0 0.01 274.49 0.95 0.74
Hex C6 7D FC 15 32 0 1 112 5F 4A
Octal 306 175 374 25 62 0 1 422 137 112
Binary 11000110 1111101 11111100 10101 110010 0 1 100010010 1011111 1001010

Color Harmonies of #C67DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C67DFC

Black with #C67DFC

Text Example


Text Example

White with #C67DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C67DFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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