Html Css Color HEX #CE6FC8 Orchid

📋 copy color: '#CE6FC8'

red 206 ◦ green 111 ◦ blue 200

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

Shades of Orchid #CE6FC8

Tints of Orchid #CE6FC8

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.47%

 BLUE value IS 200 (78.52% from 255) = 38.68%

R = 39.85%
G = 21.47%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#CE6FC8 (or 0xCE6FC8) is known color: Orchid. HEX triplet: CE, 6F and C8. RGB value is (206,111,200). Sum of RGB (Red+Green+Blue) = 206+111+200=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 111 (43.75% from 255 or 21.47% from 517); Blue value is 200 (78.52% from 255 or 38.68% from 517); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC8 is #319037. Grayscale: #959595. Windows color (decimal): -3248184 or 13135822. OLE color: 13135822.

HSL color Cylindrical-coordinate representation of color #CE6FC8: hue angle of 303.79º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FC8 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 111 200 -
CMYK 0 0.46 0.03 0.19
HSL 303.79º 0.49% 0.62% -
HSV(B) 303.79º 0.46% 0.81% -
XYZ 41.56 28.66 57.99 -
YUV 149.55 156.47 168.26 -
System Red Green Blue C M Y K H S L
Decimal 206 111 200 0 0.46 0.03 0.19 303.79 0.49 0.62
Hex CE 6F C8 0 2E 3 13 130 31 3E
Octal 316 157 310 0 56 3 23 460 61 76
Binary 11001110 1101111 11001000 0 101110 11 10011 100110000 110001 111110

Color Harmonies of #CE6FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FC8

Black with #CE6FC8

Text Example


Text Example

White with #CE6FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FC8; }

 p { color: rgb(206,111,200); }

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

background-color css

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

 a { background-color: rgb(206,111,200); }

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

border-color css

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

 span { border-color: rgb(206,111,200); }

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