Html Css Color HEX #CE74C1 Orchid

📋 copy color: '#CE74C1'

red 206 ◦ green 116 ◦ blue 193

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

Shades of Orchid #CE74C1

Tints of Orchid #CE74C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.48%

R = 40%
G = 22.52%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE74C1 (or 0xCE74C1) is known color: Orchid. HEX triplet: CE, 74 and C1. RGB value is (206,116,193). Sum of RGB (Red+Green+Blue) = 206+116+193=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 116 (45.70% from 255 or 22.52% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74C1 is #318B3E. Grayscale: #979797. Windows color (decimal): -3246911 or 12678350. OLE color: 12678350.

HSL color Cylindrical-coordinate representation of color #CE74C1: hue angle of 308.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 #CE74C1 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 193 -
CMYK 0 0.44 0.06 0.19
HSL 308.67º 0.48% 0.63% -
HSV(B) 308.67º 0.44% 0.81% -
XYZ 41.32 29.46 53.96 -
YUV 151.69 151.32 166.74 -
System Red Green Blue C M Y K H S L
Decimal 206 116 193 0 0.44 0.06 0.19 308.67 0.48 0.63
Hex CE 74 C1 0 2C 6 13 135 30 3F
Octal 316 164 301 0 54 6 23 465 60 77
Binary 11001110 1110100 11000001 0 101100 110 10011 100110101 110000 111111

Color Harmonies of #CE74C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74C1

Black with #CE74C1

Text Example


Text Example

White with #CE74C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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