Html Css Color HEX #CE73DA Orchid

📋 copy color: '#CE73DA'

red 206 ◦ green 115 ◦ blue 218

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

Shades of Orchid #CE73DA

Tints of Orchid #CE73DA

RGB

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

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

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

R = 38.22%
G = 21.34%
B = 40.45%

CMYK

 C value IS 0.06

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE73DA (or 0xCE73DA) is known color: Orchid. HEX triplet: CE, 73 and DA. RGB value is (206,115,218). Sum of RGB (Red+Green+Blue) = 206+115+218=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 115 (45.31% from 255 or 21.34% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE73DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73DA is #318C25. Grayscale: #999999. Windows color (decimal): -3247142 or 14316494. OLE color: 14316494.

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

Color convert

RGB 206 115 218 -
CMYK 0.06 0.47 0 0.15
HSL 293.01º 0.58% 0.65% -
HSV(B) 293.01º 0.47% 0.85% -
XYZ 44.24 30.45 69.87 -
YUV 153.95 164.15 165.12 -
System Red Green Blue C M Y K H S L
Decimal 206 115 218 0.06 0.47 0 0.15 293.01 0.58 0.65
Hex CE 73 DA 6 2F 0 F 125 3A 41
Octal 316 163 332 6 57 0 17 445 72 101
Binary 11001110 1110011 11011010 110 101111 0 1111 100100101 111010 1000001

Color Harmonies of #CE73DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73DA

Black with #CE73DA

Text Example


Text Example

White with #CE73DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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