Html Css Color HEX #CE6ADF Orchid

📋 copy color: '#CE6ADF'

red 206 ◦ green 106 ◦ blue 223

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

Shades of Orchid #CE6ADF

Tints of Orchid #CE6ADF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.81%

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

R = 38.5%
G = 19.81%
B = 41.68%

CMYK

 C value IS 0.08

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE6ADF (or 0xCE6ADF) is known color: Orchid. HEX triplet: CE, 6A and DF. RGB value is (206,106,223). Sum of RGB (Red+Green+Blue) = 206+106+223=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE6ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6ADF is #319520. Grayscale: #949494. Windows color (decimal): -3249441 or 14641870. OLE color: 14641870.

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

Color convert

RGB 206 106 223 -
CMYK 0.08 0.52 0 0.13
HSL 291.28º 0.65% 0.65% -
HSV(B) 291.28º 0.52% 0.87% -
XYZ 43.93 28.76 73.05 -
YUV 149.24 169.63 168.49 -
System Red Green Blue C M Y K H S L
Decimal 206 106 223 0.08 0.52 0 0.13 291.28 0.65 0.65
Hex CE 6A DF 8 34 0 D 123 41 41
Octal 316 152 337 10 64 0 15 443 101 101
Binary 11001110 1101010 11011111 1000 110100 0 1101 100100011 1000001 1000001

Color Harmonies of #CE6ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6ADF

Black with #CE6ADF

Text Example


Text Example

White with #CE6ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6ADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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