Html Css Color HEX #CE6FDA Orchid

📋 copy color: '#CE6FDA'

red 206 ◦ green 111 ◦ blue 218

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

Shades of Orchid #CE6FDA

Tints of Orchid #CE6FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.75%

R = 38.5%
G = 20.75%
B = 40.75%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE6FDA (or 0xCE6FDA) is known color: Orchid. HEX triplet: CE, 6F and DA. RGB value is (206,111,218). Sum of RGB (Red+Green+Blue) = 206+111+218=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 111 (43.75% from 255 or 20.75% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FDA is #319025. Grayscale: #979797. Windows color (decimal): -3248166 or 14315470. OLE color: 14315470.

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

Color convert

RGB 206 111 218 -
CMYK 0.06 0.49 0 0.15
HSL 293.27º 0.59% 0.65% -
HSV(B) 293.27º 0.49% 0.85% -
XYZ 43.79 29.55 69.73 -
YUV 151.6 165.47 166.8 -
System Red Green Blue C M Y K H S L
Decimal 206 111 218 0.06 0.49 0 0.15 293.27 0.59 0.65
Hex CE 6F DA 6 31 0 F 125 3B 41
Octal 316 157 332 6 61 0 17 445 73 101
Binary 11001110 1101111 11011010 110 110001 0 1111 100100101 111011 1000001

Color Harmonies of #CE6FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FDA

Black with #CE6FDA

Text Example


Text Example

White with #CE6FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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