Html Css Color HEX #CE74CF Orchid

📋 copy color: '#CE74CF'

red 206 ◦ green 116 ◦ blue 207

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

Shades of Orchid #CE74CF

Tints of Orchid #CE74CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.13%

R = 38.94%
G = 21.93%
B = 39.13%

CMYK

 C value IS 0.00

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE74CF (or 0xCE74CF) is known color: Orchid. HEX triplet: CE, 74 and CF. RGB value is (206,116,207). Sum of RGB (Red+Green+Blue) = 206+116+207=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 116 (45.70% from 255 or 21.93% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74CF is #318B30. Grayscale: #999999. Windows color (decimal): -3246897 or 13595854. OLE color: 13595854.

HSL color Cylindrical-coordinate representation of color #CE74CF: hue angle of 299.34º degrees, saturation: 0.49, 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 #CE74CF is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 116 207 -
CMYK 0.00 0.44 0 0.19
HSL 299.34º 0.49% 0.63% -
HSV(B) 299.34º 0.44% 0.81% -
XYZ 42.96 30.12 62.58 -
YUV 153.28 158.32 165.6 -
System Red Green Blue C M Y K H S L
Decimal 206 116 207 0.00 0.44 0 0.19 299.34 0.49 0.63
Hex CE 74 CF 0 2C 0 13 12B 31 3F
Octal 316 164 317 0 54 0 23 453 61 77
Binary 11001110 1110100 11001111 0 101100 0 10011 100101011 110001 111111

Color Harmonies of #CE74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE74CF

Black with #CE74CF

Text Example


Text Example

White with #CE74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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