Html Css Color HEX #C68AFD Heliotrope

📋 copy color: '#C68AFD'

red 198 ◦ green 138 ◦ blue 253

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

Shades of Heliotrope #C68AFD

Tints of Heliotrope #C68AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.95%

R = 33.62%
G = 23.43%
B = 42.95%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C68AFD (or 0xC68AFD) is known color: Heliotrope. HEX triplet: C6, 8A and FD. RGB value is (198,138,253). Sum of RGB (Red+Green+Blue) = 198+138+253=589 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.62% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #C68AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68AFD is #397502. Grayscale: #A8A8A8. Windows color (decimal): -3765507 or 16616134. OLE color: 16616134.

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

Color convert

RGB 198 138 253 -
CMYK 0.22 0.45 0 0.01
HSL 271.3º 0.97% 0.77% -
HSV(B) 271.3º 0.45% 0.99% -
XYZ 50.11 37.27 97.48 -
YUV 169.05 175.38 148.65 -
System Red Green Blue C M Y K H S L
Decimal 198 138 253 0.22 0.45 0 0.01 271.3 0.97 0.77
Hex C6 8A FD 16 2D 0 1 10F 61 4D
Octal 306 212 375 26 55 0 1 417 141 115
Binary 11000110 10001010 11111101 10110 101101 0 1 100001111 1100001 1001101

Color Harmonies of #C68AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68AFD

Black with #C68AFD

Text Example


Text Example

White with #C68AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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