Html Css Color HEX #CE7AFB Heliotrope

📋 copy color: '#CE7AFB'

red 206 ◦ green 122 ◦ blue 251

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

Shades of Heliotrope #CE7AFB

Tints of Heliotrope #CE7AFB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.07%

 BLUE value IS 251 (98.44% from 255) = 43.35%

R = 35.58%
G = 21.07%
B = 43.35%

CMYK

 C value IS 0.18

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CE7AFB (or 0xCE7AFB) is known color: Heliotrope. HEX triplet: CE, 7A and FB. RGB value is (206,122,251). Sum of RGB (Red+Green+Blue) = 206+122+251=579 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.58% from 579); Green value is 122 (48.05% from 255 or 21.07% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #CE7AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE7AFB is #318504. Grayscale: #A1A1A1. Windows color (decimal): -3245317 or 16480974. OLE color: 16480974.

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

Color convert

RGB 206 122 251 -
CMYK 0.18 0.51 0 0.02
HSL 279.07º 0.94% 0.73% -
HSV(B) 279.07º 0.51% 0.98% -
XYZ 49.83 34.01 95.2 -
YUV 161.82 178.33 159.51 -
System Red Green Blue C M Y K H S L
Decimal 206 122 251 0.18 0.51 0 0.02 279.07 0.94 0.73
Hex CE 7A FB 12 33 0 2 117 5E 49
Octal 316 172 373 22 63 0 2 427 136 111
Binary 11001110 1111010 11111011 10010 110011 0 10 100010111 1011110 1001001

Color Harmonies of #CE7AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7AFB

Black with #CE7AFB

Text Example


Text Example

White with #CE7AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7AFB; }

 p { color: rgb(206,122,251); }

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

background-color css

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

 a { background-color: rgb(206,122,251); }

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

border-color css

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

 span { border-color: rgb(206,122,251); }

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