Html Css Color HEX #CE72D6 Orchid

📋 copy color: '#CE72D6'

red 206 ◦ green 114 ◦ blue 214

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

Shades of Orchid #CE72D6

Tints of Orchid #CE72D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.07%

R = 38.58%
G = 21.35%
B = 40.07%

CMYK

 C value IS 0.04

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE72D6 (or 0xCE72D6) is known color: Orchid. HEX triplet: CE, 72 and D6. RGB value is (206,114,214). Sum of RGB (Red+Green+Blue) = 206+114+214=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 114 (44.92% from 255 or 21.35% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE72D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE72D6 is #318D29. Grayscale: #989898. Windows color (decimal): -3247402 or 14054094. OLE color: 14054094.

HSL color Cylindrical-coordinate representation of color #CE72D6: hue angle of 295.2º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE72D6 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 114 214 -
CMYK 0.04 0.47 0 0.16
HSL 295.2º 0.55% 0.64% -
HSV(B) 295.2º 0.47% 0.84% -
XYZ 43.61 30.01 67.11 -
YUV 152.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 206 114 214 0.04 0.47 0 0.16 295.2 0.55 0.64
Hex CE 72 D6 4 2F 0 10 127 37 40
Octal 316 162 326 4 57 0 20 447 67 100
Binary 11001110 1110010 11010110 100 101111 0 10000 100100111 110111 1000000

Color Harmonies of #CE72D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE72D6

Black with #CE72D6

Text Example


Text Example

White with #CE72D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE72D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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