Html Css Color HEX #CE68D8 Orchid

📋 copy color: '#CE68D8'

red 206 ◦ green 104 ◦ blue 216

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

Shades of Orchid #CE68D8

Tints of Orchid #CE68D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.06%

R = 39.16%
G = 19.77%
B = 41.06%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE68D8 (or 0xCE68D8) is known color: Orchid. HEX triplet: CE, 68 and D8. RGB value is (206,104,216). Sum of RGB (Red+Green+Blue) = 206+104+216=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 104 (41.02% from 255 or 19.77% from 526); Blue value is 216 (84.77% from 255 or 41.06% from 526); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE68D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68D8 is #319727. Grayscale: #929292. Windows color (decimal): -3249960 or 14182606. OLE color: 14182606.

HSL color Cylindrical-coordinate representation of color #CE68D8: hue angle of 294.64º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE68D8 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 104 216 -
CMYK 0.05 0.52 0 0.15
HSL 294.64º 0.59% 0.63% -
HSV(B) 294.64º 0.52% 0.85% -
XYZ 42.8 27.98 68.11 -
YUV 147.27 166.79 169.89 -
System Red Green Blue C M Y K H S L
Decimal 206 104 216 0.05 0.52 0 0.15 294.64 0.59 0.63
Hex CE 68 D8 5 34 0 F 127 3B 3F
Octal 316 150 330 5 64 0 17 447 73 77
Binary 11001110 1101000 11011000 101 110100 0 1111 100100111 111011 111111

Color Harmonies of #CE68D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68D8

Black with #CE68D8

Text Example


Text Example

White with #CE68D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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