Html Css Color HEX #CE61DC Orchid

📋 copy color: '#CE61DC'

red 206 ◦ green 97 ◦ blue 220

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

Shades of Orchid #CE61DC

Tints of Orchid #CE61DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.07%

R = 39.39%
G = 18.55%
B = 42.07%

CMYK

 C value IS 0.06

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE61DC (or 0xCE61DC) is known color: Orchid. HEX triplet: CE, 61 and DC. RGB value is (206,97,220). Sum of RGB (Red+Green+Blue) = 206+97+220=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 97 (38.28% from 255 or 18.55% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE61DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61DC is #319E23. Grayscale: #8F8F8F. Windows color (decimal): -3251748 or 14442958. OLE color: 14442958.

HSL color Cylindrical-coordinate representation of color #CE61DC: hue angle of 293.17º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE61DC is Cyan = 0.06, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 206 97 220 -
CMYK 0.06 0.56 0 0.14
HSL 293.17º 0.64% 0.62% -
HSV(B) 293.17º 0.56% 0.86% -
XYZ 42.65 26.84 70.64 -
YUV 143.61 171.11 172.5 -
System Red Green Blue C M Y K H S L
Decimal 206 97 220 0.06 0.56 0 0.14 293.17 0.64 0.62
Hex CE 61 DC 6 38 0 E 125 40 3E
Octal 316 141 334 6 70 0 16 445 100 76
Binary 11001110 1100001 11011100 110 111000 0 1110 100100101 1000000 111110

Color Harmonies of #CE61DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61DC

Black with #CE61DC

Text Example


Text Example

White with #CE61DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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