Html Css Color HEX #CE73CF Orchid

📋 copy color: '#CE73CF'

red 206 ◦ green 115 ◦ blue 207

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

Shades of Orchid #CE73CF

Tints of Orchid #CE73CF

RGB

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

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

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

R = 39.02%
G = 21.78%
B = 39.2%

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

#CE73CF (or 0xCE73CF) is known color: Orchid. HEX triplet: CE, 73 and CF. RGB value is (206,115,207). Sum of RGB (Red+Green+Blue) = 206+115+207=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE73CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE73CF is #318C30. Grayscale: #989898. Windows color (decimal): -3247153 or 13595598. OLE color: 13595598.

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

Color convert

RGB 206 115 207 -
CMYK 0.00 0.44 0 0.19
HSL 299.35º 0.49% 0.63% -
HSV(B) 299.35º 0.44% 0.81% -
XYZ 42.85 29.89 62.54 -
YUV 152.7 158.65 166.02 -
System Red Green Blue C M Y K H S L
Decimal 206 115 207 0.00 0.44 0 0.19 299.35 0.49 0.63
Hex CE 73 CF 0 2C 0 13 12B 31 3F
Octal 316 163 317 0 54 0 23 453 61 77
Binary 11001110 1110011 11001111 0 101100 0 10011 100101011 110001 111111

Color Harmonies of #CE73CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE73CF

Black with #CE73CF

Text Example


Text Example

White with #CE73CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE73CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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