Html Css Color HEX #CE6FC4 Orchid

📋 copy color: '#CE6FC4'

red 206 ◦ green 111 ◦ blue 196

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

Shades of Orchid #CE6FC4

Tints of Orchid #CE6FC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.21%

R = 40.16%
G = 21.64%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CE6FC4 (or 0xCE6FC4) is known color: Orchid. HEX triplet: CE, 6F and C4. RGB value is (206,111,196). Sum of RGB (Red+Green+Blue) = 206+111+196=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 196 (76.95% from 255 or 38.21% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC4 is #31903B. Grayscale: #949494. Windows color (decimal): -3248188 or 12873678. OLE color: 12873678.

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

Color convert

RGB 206 111 196 -
CMYK 0 0.46 0.05 0.19
HSL 306.32º 0.49% 0.62% -
HSV(B) 306.32º 0.46% 0.81% -
XYZ 41.1 28.48 55.55 -
YUV 149.1 154.47 168.59 -
System Red Green Blue C M Y K H S L
Decimal 206 111 196 0 0.46 0.05 0.19 306.32 0.49 0.62
Hex CE 6F C4 0 2E 5 13 132 31 3E
Octal 316 157 304 0 56 5 23 462 61 76
Binary 11001110 1101111 11000100 0 101110 101 10011 100110010 110001 111110

Color Harmonies of #CE6FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FC4

Black with #CE6FC4

Text Example


Text Example

White with #CE6FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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