Html Css Color HEX #CE72B5 Orchid

📋 copy color: '#CE72B5'

red 206 ◦ green 114 ◦ blue 181

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

Shades of Orchid #CE72B5

Tints of Orchid #CE72B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 41.12%
G = 22.75%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#CE72B5 (or 0xCE72B5) is known color: Orchid. HEX triplet: CE, 72 and B5. RGB value is (206,114,181). Sum of RGB (Red+Green+Blue) = 206+114+181=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE72B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72B5 is #318D4A. Grayscale: #949494. Windows color (decimal): -3247435 or 11891406. OLE color: 11891406.

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

Color convert

RGB 206 114 181 -
CMYK 0 0.45 0.12 0.19
HSL 316.3º 0.48% 0.63% -
HSV(B) 316.3º 0.45% 0.81% -
XYZ 39.81 28.49 47.12 -
YUV 149.15 145.98 168.55 -
System Red Green Blue C M Y K H S L
Decimal 206 114 181 0 0.45 0.12 0.19 316.3 0.48 0.63
Hex CE 72 B5 0 2D C 13 13C 30 3F
Octal 316 162 265 0 55 14 23 474 60 77
Binary 11001110 1110010 10110101 0 101101 1100 10011 100111100 110000 111111

Color Harmonies of #CE72B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72B5

Black with #CE72B5

Text Example


Text Example

White with #CE72B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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