Html Css Color HEX #CE82F8 Heliotrope

📋 copy color: '#CE82F8'

red 206 ◦ green 130 ◦ blue 248

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

Shades of Heliotrope #CE82F8

Tints of Heliotrope #CE82F8

RGB

 RED value IS 206 (80.86% from 255) = 35.27%

 GREEN value IS 130 (51.17% from 255) = 22.26%

 BLUE value IS 248 (97.27% from 255) = 42.47%

R = 35.27%
G = 22.26%
B = 42.47%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CE82F8 (or 0xCE82F8) is known color: Heliotrope. HEX triplet: CE, 82 and F8. RGB value is (206,130,248). Sum of RGB (Red+Green+Blue) = 206+130+248=584 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.27% from 584); Green value is 130 (51.17% from 255 or 22.26% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #CE82F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CE82F8 is #317D07. Grayscale: #A5A5A5. Windows color (decimal): -3243272 or 16286414. OLE color: 16286414.

HSL color Cylindrical-coordinate representation of color #CE82F8: hue angle of 278.64º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE82F8 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 130 248 -
CMYK 0.17 0.48 0 0.03
HSL 278.64º 0.89% 0.74% -
HSV(B) 278.64º 0.48% 0.97% -
XYZ 50.38 35.86 93.07 -
YUV 166.18 174.18 156.41 -
System Red Green Blue C M Y K H S L
Decimal 206 130 248 0.17 0.48 0 0.03 278.64 0.89 0.74
Hex CE 82 F8 11 30 0 3 117 59 4A
Octal 316 202 370 21 60 0 3 427 131 112
Binary 11001110 10000010 11111000 10001 110000 0 11 100010111 1011001 1001010

Color Harmonies of #CE82F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE82F8

Black with #CE82F8

Text Example


Text Example

White with #CE82F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE82F8; }

 p { color: rgb(206,130,248); }

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

background-color css

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

 a { background-color: rgb(206,130,248); }

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

border-color css

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

 span { border-color: rgb(206,130,248); }

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