Html Css Color HEX #CE66F1 Heliotrope

📋 copy color: '#CE66F1'

red 206 ◦ green 102 ◦ blue 241

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

Shades of Heliotrope #CE66F1

Tints of Heliotrope #CE66F1

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.58%

 BLUE value IS 241 (94.53% from 255) = 43.9%

R = 37.52%
G = 18.58%
B = 43.9%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CE66F1 (or 0xCE66F1) is known color: Heliotrope. HEX triplet: CE, 66 and F1. RGB value is (206,102,241). Sum of RGB (Red+Green+Blue) = 206+102+241=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 102 (40.23% from 255 or 18.58% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE66F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66F1 is #31990E. Grayscale: #949494. Windows color (decimal): -3250447 or 15820494. OLE color: 15820494.

HSL color Cylindrical-coordinate representation of color #CE66F1: hue angle of 284.89º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE66F1 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 102 241 -
CMYK 0.15 0.58 0 0.05
HSL 284.89º 0.83% 0.67% -
HSV(B) 284.89º 0.58% 0.95% -
XYZ 46.08 28.98 86.38 -
YUV 148.94 179.96 168.7 -
System Red Green Blue C M Y K H S L
Decimal 206 102 241 0.15 0.58 0 0.05 284.89 0.83 0.67
Hex CE 66 F1 F 3A 0 5 11D 53 43
Octal 316 146 361 17 72 0 5 435 123 103
Binary 11001110 1100110 11110001 1111 111010 0 101 100011101 1010011 1000011

Color Harmonies of #CE66F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE66F1

Black with #CE66F1

Text Example


Text Example

White with #CE66F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE66F1; }

 p { color: rgb(206,102,241); }

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

background-color css

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

 a { background-color: rgb(206,102,241); }

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

border-color css

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

 span { border-color: rgb(206,102,241); }

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