Html Css Color HEX #CE65FD Heliotrope

📋 copy color: '#CE65FD'

red 206 ◦ green 101 ◦ blue 253

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

Shades of Heliotrope #CE65FD

Tints of Heliotrope #CE65FD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.04%

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

R = 36.79%
G = 18.04%
B = 45.18%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CE65FD (or 0xCE65FD) is known color: Heliotrope. HEX triplet: CE, 65 and FD. RGB value is (206,101,253). Sum of RGB (Red+Green+Blue) = 206+101+253=560 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.79% from 560); Green value is 101 (39.84% from 255 or 18.04% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #CE65FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65FD is #319A02. Grayscale: #959595. Windows color (decimal): -3250691 or 16606670. OLE color: 16606670.

HSL color Cylindrical-coordinate representation of color #CE65FD: hue angle of 281.45º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE65FD is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 206 101 253 -
CMYK 0.19 0.60 0 0.01
HSL 281.45º 0.97% 0.69% -
HSV(B) 281.45º 0.6% 0.99% -
XYZ 47.84 29.52 96.11 -
YUV 149.72 186.29 168.14 -
System Red Green Blue C M Y K H S L
Decimal 206 101 253 0.19 0.60 0 0.01 281.45 0.97 0.69
Hex CE 65 FD 13 3C 0 1 119 61 45
Octal 316 145 375 23 74 0 1 431 141 105
Binary 11001110 1100101 11111101 10011 111100 0 1 100011001 1100001 1000101

Color Harmonies of #CE65FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65FD

Black with #CE65FD

Text Example


Text Example

White with #CE65FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65FD; }

 p { color: rgb(206,101,253); }

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

background-color css

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

 a { background-color: rgb(206,101,253); }

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

border-color css

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

 span { border-color: rgb(206,101,253); }

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