Html Css Color HEX #CE73E6 Orchid

📋 copy color: '#CE73E6'

red 206 ◦ green 115 ◦ blue 230

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

Shades of Orchid #CE73E6

Tints of Orchid #CE73E6

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.87%

 BLUE value IS 230 (90.23% from 255) = 41.74%

R = 37.39%
G = 20.87%
B = 41.74%

CMYK

 C value IS 0.10

 M value IS 0.5

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CE73E6 (or 0xCE73E6) is known color: Orchid. HEX triplet: CE, 73 and E6. RGB value is (206,115,230). Sum of RGB (Red+Green+Blue) = 206+115+230=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 115 (45.31% from 255 or 20.87% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE73E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE73E6 is #318C19. Grayscale: #9A9A9A. Windows color (decimal): -3247130 or 15102926. OLE color: 15102926.

HSL color Cylindrical-coordinate representation of color #CE73E6: hue angle of 287.48º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE73E6 is Cyan = 0.10, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 206 115 230 -
CMYK 0.10 0.5 0 0.10
HSL 287.48º 0.7% 0.68% -
HSV(B) 287.48º 0.5% 0.9% -
XYZ 45.87 31.1 78.45 -
YUV 155.32 170.15 164.15 -
System Red Green Blue C M Y K H S L
Decimal 206 115 230 0.10 0.5 0 0.10 287.48 0.7 0.68
Hex CE 73 E6 A 32 0 A 11F 46 44
Octal 316 163 346 12 62 0 12 437 106 104
Binary 11001110 1110011 11100110 1010 110010 0 1010 100011111 1000110 1000100

Color Harmonies of #CE73E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73E6

Black with #CE73E6

Text Example


Text Example

White with #CE73E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73E6; }

 p { color: rgb(206,115,230); }

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

background-color css

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

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

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

border-color css

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

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

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