Html Css Color HEX #CE6FC5 Orchid

📋 copy color: '#CE6FC5'

red 206 ◦ green 111 ◦ blue 197

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

Shades of Orchid #CE6FC5

Tints of Orchid #CE6FC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.33%

R = 40.08%
G = 21.6%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CE6FC5 (or 0xCE6FC5) is known color: Orchid. HEX triplet: CE, 6F and C5. RGB value is (206,111,197). Sum of RGB (Red+Green+Blue) = 206+111+197=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 111 (43.75% from 255 or 21.60% from 514); Blue value is 197 (77.34% from 255 or 38.33% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC5 is #31903A. Grayscale: #949494. Windows color (decimal): -3248187 or 12939214. OLE color: 12939214.

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

Color convert

RGB 206 111 197 -
CMYK 0 0.46 0.04 0.19
HSL 305.68º 0.49% 0.62% -
HSV(B) 305.68º 0.46% 0.81% -
XYZ 41.22 28.52 56.16 -
YUV 149.21 154.97 168.51 -
System Red Green Blue C M Y K H S L
Decimal 206 111 197 0 0.46 0.04 0.19 305.68 0.49 0.62
Hex CE 6F C5 0 2E 4 13 132 31 3E
Octal 316 157 305 0 56 4 23 462 61 76
Binary 11001110 1101111 11000101 0 101110 100 10011 100110010 110001 111110

Color Harmonies of #CE6FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FC5

Black with #CE6FC5

Text Example


Text Example

White with #CE6FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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