Html Css Color HEX #CE6FCD Orchid

📋 copy color: '#CE6FCD'

red 206 ◦ green 111 ◦ blue 205

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

Shades of Orchid #CE6FCD

Tints of Orchid #CE6FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.27%

R = 39.46%
G = 21.26%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CE6FCD (or 0xCE6FCD) is known color: Orchid. HEX triplet: CE, 6F and CD. RGB value is (206,111,205). Sum of RGB (Red+Green+Blue) = 206+111+205=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FCD is #319032. Grayscale: #959595. Windows color (decimal): -3248179 or 13463502. OLE color: 13463502.

HSL color Cylindrical-coordinate representation of color #CE6FCD: hue angle of 300.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FCD is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 205 -
CMYK 0 0.46 0.00 0.19
HSL 300.63º 0.49% 0.62% -
HSV(B) 300.63º 0.46% 0.81% -
XYZ 42.16 28.9 61.11 -
YUV 150.12 158.97 167.86 -
System Red Green Blue C M Y K H S L
Decimal 206 111 205 0 0.46 0.00 0.19 300.63 0.49 0.62
Hex CE 6F CD 0 2E 0 13 12D 31 3E
Octal 316 157 315 0 56 0 23 455 61 76
Binary 11001110 1101111 11001101 0 101110 0 10011 100101101 110001 111110

Color Harmonies of #CE6FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FCD

Black with #CE6FCD

Text Example


Text Example

White with #CE6FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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