Html Css Color HEX #CE72C6 Orchid

📋 copy color: '#CE72C6'

red 206 ◦ green 114 ◦ blue 198

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

Shades of Orchid #CE72C6

Tints of Orchid #CE72C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.22%

R = 39.77%
G = 22.01%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE72C6 (or 0xCE72C6) is known color: Orchid. HEX triplet: CE, 72 and C6. RGB value is (206,114,198). Sum of RGB (Red+Green+Blue) = 206+114+198=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72C6 is #318D39. Grayscale: #969696. Windows color (decimal): -3247418 or 13005518. OLE color: 13005518.

HSL color Cylindrical-coordinate representation of color #CE72C6: hue angle of 305.22º 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 #CE72C6 is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 114 198 -
CMYK 0 0.45 0.04 0.19
HSL 305.22º 0.48% 0.63% -
HSV(B) 305.22º 0.45% 0.81% -
XYZ 41.66 29.23 56.87 -
YUV 151.08 154.48 167.17 -
System Red Green Blue C M Y K H S L
Decimal 206 114 198 0 0.45 0.04 0.19 305.22 0.48 0.63
Hex CE 72 C6 0 2D 4 13 131 30 3F
Octal 316 162 306 0 55 4 23 461 60 77
Binary 11001110 1110010 11000110 0 101101 100 10011 100110001 110000 111111

Color Harmonies of #CE72C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72C6

Black with #CE72C6

Text Example


Text Example

White with #CE72C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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