Html Css Color HEX #C68AFC Heliotrope

📋 copy color: '#C68AFC'

red 198 ◦ green 138 ◦ blue 252

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

Shades of Heliotrope #C68AFC

Tints of Heliotrope #C68AFC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.47%

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

R = 33.67%
G = 23.47%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C68AFC (or 0xC68AFC) is known color: Heliotrope. HEX triplet: C6, 8A and FC. RGB value is (198,138,252). Sum of RGB (Red+Green+Blue) = 198+138+252=588 (77% of max value = 765). Red value is 198 (77.73% from 255 or 33.67% from 588); Green value is 138 (54.30% from 255 or 23.47% from 588); Blue value is 252 (98.83% from 255 or 42.86% from 588); Max value from RGB is 252 - color contains mainly: blue. Hex color #C68AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AFC is #397503. Grayscale: #A8A8A8. Windows color (decimal): -3765508 or 16550598. OLE color: 16550598.

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

Color convert

RGB 198 138 252 -
CMYK 0.21 0.45 0 0.01
HSL 271.58º 0.95% 0.76% -
HSV(B) 271.58º 0.45% 0.99% -
XYZ 49.95 37.21 96.65 -
YUV 168.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 198 138 252 0.21 0.45 0 0.01 271.58 0.95 0.76
Hex C6 8A FC 15 2D 0 1 110 5F 4C
Octal 306 212 374 25 55 0 1 420 137 114
Binary 11000110 10001010 11111100 10101 101101 0 1 100010000 1011111 1001100

Color Harmonies of #C68AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AFC

Black with #C68AFC

Text Example


Text Example

White with #C68AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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