Html Css Color HEX #CE7FDC Orchid

📋 copy color: '#CE7FDC'

red 206 ◦ green 127 ◦ blue 220

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

Shades of Orchid #CE7FDC

Tints of Orchid #CE7FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 22.97%

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

R = 37.25%
G = 22.97%
B = 39.78%

CMYK

 C value IS 0.06

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE7FDC (or 0xCE7FDC) is known color: Orchid. HEX triplet: CE, 7F and DC. RGB value is (206,127,220). Sum of RGB (Red+Green+Blue) = 206+127+220=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FDC is #318023. Grayscale: #A0A0A0. Windows color (decimal): -3244068 or 14450638. OLE color: 14450638.

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

Color convert

RGB 206 127 220 -
CMYK 0.06 0.42 0 0.14
HSL 290.97º 0.57% 0.68% -
HSV(B) 290.97º 0.42% 0.86% -
XYZ 45.96 33.47 71.75 -
YUV 161.22 161.17 159.94 -
System Red Green Blue C M Y K H S L
Decimal 206 127 220 0.06 0.42 0 0.14 290.97 0.57 0.68
Hex CE 7F DC 6 2A 0 E 123 39 44
Octal 316 177 334 6 52 0 16 443 71 104
Binary 11001110 1111111 11011100 110 101010 0 1110 100100011 111001 1000100

Color Harmonies of #CE7FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FDC

Black with #CE7FDC

Text Example


Text Example

White with #CE7FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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