Html Css Color HEX #CE6FD5 Orchid

📋 copy color: '#CE6FD5'

red 206 ◦ green 111 ◦ blue 213

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

Shades of Orchid #CE6FD5

Tints of Orchid #CE6FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.19%

R = 38.87%
G = 20.94%
B = 40.19%

CMYK

 C value IS 0.03

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE6FD5 (or 0xCE6FD5) is known color: Orchid. HEX triplet: CE, 6F and D5. RGB value is (206,111,213). Sum of RGB (Red+Green+Blue) = 206+111+213=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 111 (43.75% from 255 or 20.94% from 530); Blue value is 213 (83.59% from 255 or 40.19% from 530); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FD5 is #31902A. Grayscale: #969696. Windows color (decimal): -3248171 or 13987790. OLE color: 13987790.

HSL color Cylindrical-coordinate representation of color #CE6FD5: hue angle of 295.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE6FD5 is Cyan = 0.03, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 111 213 -
CMYK 0.03 0.48 0 0.16
HSL 295.88º 0.55% 0.64% -
HSV(B) 295.88º 0.48% 0.84% -
XYZ 43.15 29.29 66.33 -
YUV 151.03 162.97 167.21 -
System Red Green Blue C M Y K H S L
Decimal 206 111 213 0.03 0.48 0 0.16 295.88 0.55 0.64
Hex CE 6F D5 3 30 0 10 128 37 40
Octal 316 157 325 3 60 0 20 450 67 100
Binary 11001110 1101111 11010101 11 110000 0 10000 100101000 110111 1000000

Color Harmonies of #CE6FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FD5

Black with #CE6FD5

Text Example


Text Example

White with #CE6FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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