Html Css Color HEX #CE72CE Orchid

📋 copy color: '#CE72CE'

red 206 ◦ green 114 ◦ blue 206

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

Shades of Orchid #CE72CE

Tints of Orchid #CE72CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.16%

R = 39.16%
G = 21.67%
B = 39.16%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE72CE (or 0xCE72CE) is known color: Orchid. HEX triplet: CE, 72 and CE. RGB value is (206,114,206). Sum of RGB (Red+Green+Blue) = 206+114+206=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 114 (44.92% from 255 or 21.67% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE72CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72CE is #318D31. Grayscale: #979797. Windows color (decimal): -3247410 or 13529806. OLE color: 13529806.

HSL color Cylindrical-coordinate representation of color #CE72CE: hue angle of 300º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE72CE is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 206 -
CMYK 0 0.45 0 0.19
HSL 300º 0.48% 0.63% -
HSV(B) 300º 0.45% 0.81% -
XYZ 42.61 29.61 61.86 -
YUV 152 158.48 166.52 -
System Red Green Blue C M Y K H S L
Decimal 206 114 206 0 0.45 0 0.19 300 0.48 0.63
Hex CE 72 CE 0 2D 0 13 12C 30 3F
Octal 316 162 316 0 55 0 23 454 60 77
Binary 11001110 1110010 11001110 0 101101 0 10011 100101100 110000 111111

Color Harmonies of #CE72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72CE

Black with #CE72CE

Text Example


Text Example

White with #CE72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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