Html Css Color HEX #CE61E1 Orchid

📋 copy color: '#CE61E1'

red 206 ◦ green 97 ◦ blue 225

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

Shades of Orchid #CE61E1

Tints of Orchid #CE61E1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 18.37%

 BLUE value IS 225 (88.28% from 255) = 42.61%

R = 39.02%
G = 18.37%
B = 42.61%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE61E1 (or 0xCE61E1) is known color: Orchid. HEX triplet: CE, 61 and E1. RGB value is (206,97,225). Sum of RGB (Red+Green+Blue) = 206+97+225=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 97 (38.28% from 255 or 18.37% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE61E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61E1 is #319E1E. Grayscale: #8F8F8F. Windows color (decimal): -3251743 or 14770638. OLE color: 14770638.

HSL color Cylindrical-coordinate representation of color #CE61E1: hue angle of 291.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE61E1 is Cyan = 0.08, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 97 225 -
CMYK 0.08 0.57 0 0.12
HSL 291.09º 0.68% 0.63% -
HSV(B) 291.09º 0.57% 0.88% -
XYZ 43.32 27.11 74.18 -
YUV 144.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 206 97 225 0.08 0.57 0 0.12 291.09 0.68 0.63
Hex CE 61 E1 8 39 0 C 123 44 3F
Octal 316 141 341 10 71 0 14 443 104 77
Binary 11001110 1100001 11100001 1000 111001 0 1100 100100011 1000100 111111

Color Harmonies of #CE61E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61E1

Black with #CE61E1

Text Example


Text Example

White with #CE61E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61E1; }

 p { color: rgb(206,97,225); }

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

background-color css

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

 a { background-color: rgb(206,97,225); }

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

border-color css

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

 span { border-color: rgb(206,97,225); }

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