Html Css Color HEX #CE61CD Orchid

📋 copy color: '#CE61CD'

red 206 ◦ green 97 ◦ blue 205

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

Shades of Orchid #CE61CD

Tints of Orchid #CE61CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.35%

R = 40.55%
G = 19.09%
B = 40.35%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE61CD (or 0xCE61CD) is known color: Orchid. HEX triplet: CE, 61 and CD. RGB value is (206,97,205). Sum of RGB (Red+Green+Blue) = 206+97+205=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 97 (38.28% from 255 or 19.09% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE61CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61CD is #319E32. Grayscale: #8D8D8D. Windows color (decimal): -3251763 or 13459918. OLE color: 13459918.

HSL color Cylindrical-coordinate representation of color #CE61CD: hue angle of 300.55º 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 #CE61CD is Cyan = 0, Magento = 0.53, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 97 205 -
CMYK 0 0.53 0.00 0.19
HSL 300.55º 0.53% 0.59% -
HSV(B) 300.55º 0.53% 0.81% -
XYZ 40.75 26.08 60.64 -
YUV 141.9 163.61 173.72 -
System Red Green Blue C M Y K H S L
Decimal 206 97 205 0 0.53 0.00 0.19 300.55 0.53 0.59
Hex CE 61 CD 0 35 0 13 12D 35 3B
Octal 316 141 315 0 65 0 23 455 65 73
Binary 11001110 1100001 11001101 0 110101 0 10011 100101101 110101 111011

Color Harmonies of #CE61CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61CD

Black with #CE61CD

Text Example


Text Example

White with #CE61CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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