Html Css Color HEX #CE74BE Orchid

📋 copy color: '#CE74BE'

red 206 ◦ green 116 ◦ blue 190

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

Shades of Orchid #CE74BE

Tints of Orchid #CE74BE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.66%

 BLUE value IS 190 (74.61% from 255) = 37.11%

R = 40.23%
G = 22.66%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE74BE (or 0xCE74BE) is known color: Orchid. HEX triplet: CE, 74 and BE. RGB value is (206,116,190). Sum of RGB (Red+Green+Blue) = 206+116+190=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 116 (45.70% from 255 or 22.66% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74BE is #318B41. Grayscale: #979797. Windows color (decimal): -3246914 or 12481742. OLE color: 12481742.

HSL color Cylindrical-coordinate representation of color #CE74BE: hue angle of 310.67º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74BE is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 190 -
CMYK 0 0.44 0.08 0.19
HSL 310.67º 0.48% 0.63% -
HSV(B) 310.67º 0.44% 0.81% -
XYZ 40.99 29.33 52.22 -
YUV 151.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 206 116 190 0 0.44 0.08 0.19 310.67 0.48 0.63
Hex CE 74 BE 0 2C 8 13 137 30 3F
Octal 316 164 276 0 54 10 23 467 60 77
Binary 11001110 1110100 10111110 0 101100 1000 10011 100110111 110000 111111

Color Harmonies of #CE74BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74BE

Black with #CE74BE

Text Example


Text Example

White with #CE74BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74BE; }

 p { color: rgb(206,116,190); }

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

background-color css

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

 a { background-color: rgb(206,116,190); }

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

border-color css

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

 span { border-color: rgb(206,116,190); }

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