Html Css Color HEX #CE68D7 Orchid

📋 copy color: '#CE68D7'

red 206 ◦ green 104 ◦ blue 215

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

Shades of Orchid #CE68D7

Tints of Orchid #CE68D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 40.95%

R = 39.24%
G = 19.81%
B = 40.95%

CMYK

 C value IS 0.04

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE68D7 (or 0xCE68D7) is known color: Orchid. HEX triplet: CE, 68 and D7. RGB value is (206,104,215). Sum of RGB (Red+Green+Blue) = 206+104+215=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 215 (84.38% from 255 or 40.95% from 525); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE68D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68D7 is #319728. Grayscale: #929292. Windows color (decimal): -3249961 or 14117070. OLE color: 14117070.

HSL color Cylindrical-coordinate representation of color #CE68D7: hue angle of 295.14º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE68D7 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 104 215 -
CMYK 0.04 0.52 0 0.16
HSL 295.14º 0.58% 0.63% -
HSV(B) 295.14º 0.52% 0.84% -
XYZ 42.67 27.93 67.43 -
YUV 147.15 166.29 169.97 -
System Red Green Blue C M Y K H S L
Decimal 206 104 215 0.04 0.52 0 0.16 295.14 0.58 0.63
Hex CE 68 D7 4 34 0 10 127 3A 3F
Octal 316 150 327 4 64 0 20 447 72 77
Binary 11001110 1101000 11010111 100 110100 0 10000 100100111 111010 111111

Color Harmonies of #CE68D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE68D7

Black with #CE68D7

Text Example


Text Example

White with #CE68D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE68D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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