Html Css Color HEX #CE61CF Orchid

📋 copy color: '#CE61CF'

red 206 ◦ green 97 ◦ blue 207

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

Shades of Orchid #CE61CF

Tints of Orchid #CE61CF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.02%

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

R = 40.39%
G = 19.02%
B = 40.59%

CMYK

 C value IS 0.00

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE61CF (or 0xCE61CF) is known color: Orchid. HEX triplet: CE, 61 and CF. RGB value is (206,97,207). Sum of RGB (Red+Green+Blue) = 206+97+207=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 97 (38.28% from 255 or 19.02% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE61CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE61CF is #319E30. Grayscale: #8D8D8D. Windows color (decimal): -3251761 or 13590990. OLE color: 13590990.

HSL color Cylindrical-coordinate representation of color #CE61CF: hue angle of 299.45º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE61CF is Cyan = 0.00, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 97 207 -
CMYK 0.00 0.53 0 0.19
HSL 299.45º 0.53% 0.6% -
HSV(B) 299.45º 0.53% 0.81% -
XYZ 40.99 26.18 61.92 -
YUV 142.13 164.61 173.56 -
System Red Green Blue C M Y K H S L
Decimal 206 97 207 0.00 0.53 0 0.19 299.45 0.53 0.6
Hex CE 61 CF 0 35 0 13 12B 35 3C
Octal 316 141 317 0 65 0 23 453 65 74
Binary 11001110 1100001 11001111 0 110101 0 10011 100101011 110101 111100

Color Harmonies of #CE61CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE61CF

Black with #CE61CF

Text Example


Text Example

White with #CE61CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE61CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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