Html Css Color HEX #CE61CE Orchid

📋 copy color: '#CE61CE'

red 206 ◦ green 97 ◦ blue 206

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

Shades of Orchid #CE61CE

Tints of Orchid #CE61CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.47%

R = 40.47%
G = 19.06%
B = 40.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE61CE (or 0xCE61CE) is known color: Orchid. HEX triplet: CE, 61 and CE. RGB value is (206,97,206). Sum of RGB (Red+Green+Blue) = 206+97+206=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 97 (38.28% from 255 or 19.06% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE61CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61CE is #319E31. Grayscale: #8D8D8D. Windows color (decimal): -3251762 or 13525454. OLE color: 13525454.

HSL color Cylindrical-coordinate representation of color #CE61CE: hue angle of 300º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE61CE is Cyan = 0, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 97 206 -
CMYK 0 0.53 0 0.19
HSL 300º 0.53% 0.59% -
HSV(B) 300º 0.53% 0.81% -
XYZ 40.87 26.13 61.28 -
YUV 142.02 164.11 173.64 -
System Red Green Blue C M Y K H S L
Decimal 206 97 206 0 0.53 0 0.19 300 0.53 0.59
Hex CE 61 CE 0 35 0 13 12C 35 3B
Octal 316 141 316 0 65 0 23 454 65 73
Binary 11001110 1100001 11001110 0 110101 0 10011 100101100 110101 111011

Color Harmonies of #CE61CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61CE

Black with #CE61CE

Text Example


Text Example

White with #CE61CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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