Html Css Color HEX #CE74E1 Orchid

📋 copy color: '#CE74E1'

red 206 ◦ green 116 ◦ blue 225

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

Shades of Orchid #CE74E1

Tints of Orchid #CE74E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.13%

R = 37.66%
G = 21.21%
B = 41.13%

CMYK

 C value IS 0.08

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CE74E1 (or 0xCE74E1) is known color: Orchid. HEX triplet: CE, 74 and E1. RGB value is (206,116,225). Sum of RGB (Red+Green+Blue) = 206+116+225=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 116 (45.70% from 255 or 21.21% from 547); Blue value is 225 (88.28% from 255 or 41.13% from 547); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE74E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74E1 is #318B1E. Grayscale: #9A9A9A. Windows color (decimal): -3246879 or 14775502. OLE color: 14775502.

HSL color Cylindrical-coordinate representation of color #CE74E1: hue angle of 289.54º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CE74E1 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 116 225 -
CMYK 0.08 0.48 0 0.12
HSL 289.54º 0.64% 0.67% -
HSV(B) 289.54º 0.48% 0.88% -
XYZ 45.29 31.05 74.84 -
YUV 155.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 206 116 225 0.08 0.48 0 0.12 289.54 0.64 0.67
Hex CE 74 E1 8 30 0 C 122 40 43
Octal 316 164 341 10 60 0 14 442 100 103
Binary 11001110 1110100 11100001 1000 110000 0 1100 100100010 1000000 1000011

Color Harmonies of #CE74E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74E1

Black with #CE74E1

Text Example


Text Example

White with #CE74E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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