Html Css Color HEX #CE72DA Orchid

📋 copy color: '#CE72DA'

red 206 ◦ green 114 ◦ blue 218

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

Shades of Orchid #CE72DA

Tints of Orchid #CE72DA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.19%

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

R = 38.29%
G = 21.19%
B = 40.52%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE72DA (or 0xCE72DA) is known color: Orchid. HEX triplet: CE, 72 and DA. RGB value is (206,114,218). Sum of RGB (Red+Green+Blue) = 206+114+218=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 114 (44.92% from 255 or 21.19% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE72DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72DA is #318D25. Grayscale: #999999. Windows color (decimal): -3247398 or 14316238. OLE color: 14316238.

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

Color convert

RGB 206 114 218 -
CMYK 0.06 0.48 0 0.15
HSL 293.08º 0.58% 0.65% -
HSV(B) 293.08º 0.48% 0.85% -
XYZ 44.13 30.22 69.84 -
YUV 153.36 164.48 165.54 -
System Red Green Blue C M Y K H S L
Decimal 206 114 218 0.06 0.48 0 0.15 293.08 0.58 0.65
Hex CE 72 DA 6 30 0 F 125 3A 41
Octal 316 162 332 6 60 0 17 445 72 101
Binary 11001110 1110010 11011010 110 110000 0 1111 100100101 111010 1000001

Color Harmonies of #CE72DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72DA

Black with #CE72DA

Text Example


Text Example

White with #CE72DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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