Html Css Color HEX #CE65FA Heliotrope

📋 copy color: '#CE65FA'

red 206 ◦ green 101 ◦ blue 250

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

Shades of Heliotrope #CE65FA

Tints of Heliotrope #CE65FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.88%

R = 36.98%
G = 18.13%
B = 44.88%

CMYK

 C value IS 0.18

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE65FA (or 0xCE65FA) is known color: Heliotrope. HEX triplet: CE, 65 and FA. RGB value is (206,101,250). Sum of RGB (Red+Green+Blue) = 206+101+250=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 101 (39.84% from 255 or 18.13% from 557); Blue value is 250 (98.05% from 255 or 44.88% from 557); Max value from RGB is 250 - color contains mainly: blue. Hex color #CE65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE65FA is #319A05. Grayscale: #949494. Windows color (decimal): -3250694 or 16410062. OLE color: 16410062.

HSL color Cylindrical-coordinate representation of color #CE65FA: hue angle of 282.28º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE65FA is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 101 250 -
CMYK 0.18 0.60 0 0.02
HSL 282.28º 0.94% 0.69% -
HSV(B) 282.28º 0.6% 0.98% -
XYZ 47.36 29.33 93.61 -
YUV 149.38 184.79 168.38 -
System Red Green Blue C M Y K H S L
Decimal 206 101 250 0.18 0.60 0 0.02 282.28 0.94 0.69
Hex CE 65 FA 12 3C 0 2 11A 5E 45
Octal 316 145 372 22 74 0 2 432 136 105
Binary 11001110 1100101 11111010 10010 111100 0 10 100011010 1011110 1000101

Color Harmonies of #CE65FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE65FA

Black with #CE65FA

Text Example


Text Example

White with #CE65FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE65FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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