Html Css Color HEX #CE68DC Orchid

📋 copy color: '#CE68DC'

red 206 ◦ green 104 ◦ blue 220

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

Shades of Orchid #CE68DC

Tints of Orchid #CE68DC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 19.62%

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

R = 38.87%
G = 19.62%
B = 41.51%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CE68DC (or 0xCE68DC) is known color: Orchid. HEX triplet: CE, 68 and DC. RGB value is (206,104,220). Sum of RGB (Red+Green+Blue) = 206+104+220=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 104 (41.02% from 255 or 19.62% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE68DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68DC is #319723. Grayscale: #939393. Windows color (decimal): -3249956 or 14444750. OLE color: 14444750.

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

Color convert

RGB 206 104 220 -
CMYK 0.06 0.53 0 0.14
HSL 292.76º 0.62% 0.64% -
HSV(B) 292.76º 0.53% 0.86% -
XYZ 43.32 28.19 70.87 -
YUV 147.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 206 104 220 0.06 0.53 0 0.14 292.76 0.62 0.64
Hex CE 68 DC 6 35 0 E 125 3E 40
Octal 316 150 334 6 65 0 16 445 76 100
Binary 11001110 1101000 11011100 110 110101 0 1110 100100101 111110 1000000

Color Harmonies of #CE68DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68DC

Black with #CE68DC

Text Example


Text Example

White with #CE68DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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