Html Css Color HEX #CE73D1 Orchid

📋 copy color: '#CE73D1'

red 206 ◦ green 115 ◦ blue 209

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

Shades of Orchid #CE73D1

Tints of Orchid #CE73D1

RGB

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

 GREEN value IS 115 (45.31% from 255) = 21.7%

 BLUE value IS 209 (82.03% from 255) = 39.43%

R = 38.87%
G = 21.7%
B = 39.43%

CMYK

 C value IS 0.01

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CE73D1 (or 0xCE73D1) is known color: Orchid. HEX triplet: CE, 73 and D1. RGB value is (206,115,209). Sum of RGB (Red+Green+Blue) = 206+115+209=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE73D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73D1 is #318C2E. Grayscale: #989898. Windows color (decimal): -3247151 or 13726670. OLE color: 13726670.

HSL color Cylindrical-coordinate representation of color #CE73D1: hue angle of 298.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE73D1 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 206 115 209 -
CMYK 0.01 0.45 0 0.18
HSL 298.09º 0.51% 0.64% -
HSV(B) 298.09º 0.45% 0.82% -
XYZ 43.09 29.99 63.84 -
YUV 152.93 159.65 165.86 -
System Red Green Blue C M Y K H S L
Decimal 206 115 209 0.01 0.45 0 0.18 298.09 0.51 0.64
Hex CE 73 D1 1 2D 0 12 12A 33 40
Octal 316 163 321 1 55 0 22 452 63 100
Binary 11001110 1110011 11010001 1 101101 0 10010 100101010 110011 1000000

Color Harmonies of #CE73D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73D1

Black with #CE73D1

Text Example


Text Example

White with #CE73D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73D1; }

 p { color: rgb(206,115,209); }

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

background-color css

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

 a { background-color: rgb(206,115,209); }

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

border-color css

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

 span { border-color: rgb(206,115,209); }

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