Html Css Color HEX #CE72C5 Orchid

📋 copy color: '#CE72C5'

red 206 ◦ green 114 ◦ blue 197

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

Shades of Orchid #CE72C5

Tints of Orchid #CE72C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.1%

R = 39.85%
G = 22.05%
B = 38.1%

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

#CE72C5 (or 0xCE72C5) is known color: Orchid. HEX triplet: CE, 72 and C5. RGB value is (206,114,197). Sum of RGB (Red+Green+Blue) = 206+114+197=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72C5 is #318D3A. Grayscale: #969696. Windows color (decimal): -3247419 or 12939982. OLE color: 12939982.

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

Color convert

RGB 206 114 197 -
CMYK 0 0.45 0.04 0.19
HSL 305.87º 0.48% 0.63% -
HSV(B) 305.87º 0.45% 0.81% -
XYZ 41.55 29.19 56.27 -
YUV 150.97 153.98 167.25 -
System Red Green Blue C M Y K H S L
Decimal 206 114 197 0 0.45 0.04 0.19 305.87 0.48 0.63
Hex CE 72 C5 0 2D 4 13 132 30 3F
Octal 316 162 305 0 55 4 23 462 60 77
Binary 11001110 1110010 11000101 0 101101 100 10011 100110010 110000 111111

Color Harmonies of #CE72C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72C5

Black with #CE72C5

Text Example


Text Example

White with #CE72C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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