Html Css Color HEX #CE6FDF Orchid

📋 copy color: '#CE6FDF'

red 206 ◦ green 111 ◦ blue 223

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

Shades of Orchid #CE6FDF

Tints of Orchid #CE6FDF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.56%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 38.15%
G = 20.56%
B = 41.3%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6FDF (or 0xCE6FDF) is known color: Orchid. HEX triplet: CE, 6F and DF. RGB value is (206,111,223). Sum of RGB (Red+Green+Blue) = 206+111+223=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE6FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDF is #319020. Grayscale: #979797. Windows color (decimal): -3248161 or 14643150. OLE color: 14643150.

HSL color Cylindrical-coordinate representation of color #CE6FDF: hue angle of 290.89º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE6FDF is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 111 223 -
CMYK 0.08 0.50 0 0.13
HSL 290.89º 0.64% 0.65% -
HSV(B) 290.89º 0.5% 0.87% -
XYZ 44.46 29.82 73.22 -
YUV 152.17 167.97 166.39 -
System Red Green Blue C M Y K H S L
Decimal 206 111 223 0.08 0.50 0 0.13 290.89 0.64 0.65
Hex CE 6F DF 8 32 0 D 123 40 41
Octal 316 157 337 10 62 0 15 443 100 101
Binary 11001110 1101111 11011111 1000 110010 0 1101 100100011 1000000 1000001

Color Harmonies of #CE6FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FDF

Black with #CE6FDF

Text Example


Text Example

White with #CE6FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FDF; }

 p { color: rgb(206,111,223); }

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

background-color css

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

 a { background-color: rgb(206,111,223); }

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

border-color css

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

 span { border-color: rgb(206,111,223); }

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