Html Css Color HEX #C681FC Heliotrope

📋 copy color: '#C681FC'

red 198 ◦ green 129 ◦ blue 252

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

Shades of Heliotrope #C681FC

Tints of Heliotrope #C681FC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.28%

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

R = 34.2%
G = 22.28%
B = 43.52%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C681FC (or 0xC681FC) is known color: Heliotrope. HEX triplet: C6, 81 and FC. RGB value is (198,129,252). Sum of RGB (Red+Green+Blue) = 198+129+252=579 (76% of max value = 765). Red value is 198 (77.73% from 255 or 34.20% from 579); Green value is 129 (50.78% from 255 or 22.28% from 579); Blue value is 252 (98.83% from 255 or 43.52% from 579); Max value from RGB is 252 - color contains mainly: blue. Hex color #C681FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C681FC is #397E03. Grayscale: #A3A3A3. Windows color (decimal): -3767812 or 16548294. OLE color: 16548294.

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

Color convert

RGB 198 129 252 -
CMYK 0.21 0.49 0 0.01
HSL 273.66º 0.95% 0.75% -
HSV(B) 273.66º 0.49% 0.99% -
XYZ 48.71 34.73 96.23 -
YUV 163.65 177.86 152.5 -
System Red Green Blue C M Y K H S L
Decimal 198 129 252 0.21 0.49 0 0.01 273.66 0.95 0.75
Hex C6 81 FC 15 31 0 1 112 5F 4B
Octal 306 201 374 25 61 0 1 422 137 113
Binary 11000110 10000001 11111100 10101 110001 0 1 100010010 1011111 1001011

Color Harmonies of #C681FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C681FC

Black with #C681FC

Text Example


Text Example

White with #C681FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C681FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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