Html Css Color HEX #C68BFE Heliotrope

📋 copy color: '#C68BFE'

red 198 ◦ green 139 ◦ blue 254

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

Shades of Heliotrope #C68BFE

Tints of Heliotrope #C68BFE

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.52%

 BLUE value IS 254 (99.61% from 255) = 42.98%

R = 33.5%
G = 23.52%
B = 42.98%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C68BFE (or 0xC68BFE) is known color: Heliotrope. HEX triplet: C6, 8B and FE. RGB value is (198,139,254). Sum of RGB (Red+Green+Blue) = 198+139+254=591 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.50% from 591); Green value is 139 (54.69% from 255 or 23.52% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #C68BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C68BFE is #397401. Grayscale: #A9A9A9. Windows color (decimal): -3765250 or 16681926. OLE color: 16681926.

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

Color convert

RGB 198 139 254 -
CMYK 0.22 0.45 0 0.00
HSL 270.78º 0.98% 0.77% -
HSV(B) 270.78º 0.45% 1% -
XYZ 50.41 37.63 98.37 -
YUV 169.75 175.55 148.15 -
System Red Green Blue C M Y K H S L
Decimal 198 139 254 0.22 0.45 0 0.00 270.78 0.98 0.77
Hex C6 8B FE 16 2D 0 0 10F 62 4D
Octal 306 213 376 26 55 0 0 417 142 115
Binary 11000110 10001011 11111110 10110 101101 0 0 100001111 1100010 1001101

Color Harmonies of #C68BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68BFE

Black with #C68BFE

Text Example


Text Example

White with #C68BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68BFE; }

 p { color: rgb(198,139,254); }

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

background-color css

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

 a { background-color: rgb(198,139,254); }

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

border-color css

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

 span { border-color: rgb(198,139,254); }

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