Html Css Color HEX #CE6FC2 Orchid

📋 copy color: '#CE6FC2'

red 206 ◦ green 111 ◦ blue 194

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

Shades of Orchid #CE6FC2

Tints of Orchid #CE6FC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 37.96%

R = 40.31%
G = 21.72%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CE6FC2 (or 0xCE6FC2) is known color: Orchid. HEX triplet: CE, 6F and C2. RGB value is (206,111,194). Sum of RGB (Red+Green+Blue) = 206+111+194=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC2 is #31903D. Grayscale: #949494. Windows color (decimal): -3248190 or 12742606. OLE color: 12742606.

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

Color convert

RGB 206 111 194 -
CMYK 0 0.46 0.06 0.19
HSL 307.58º 0.49% 0.62% -
HSV(B) 307.58º 0.46% 0.81% -
XYZ 40.88 28.39 54.36 -
YUV 148.87 153.47 168.75 -
System Red Green Blue C M Y K H S L
Decimal 206 111 194 0 0.46 0.06 0.19 307.58 0.49 0.62
Hex CE 6F C2 0 2E 6 13 134 31 3E
Octal 316 157 302 0 56 6 23 464 61 76
Binary 11001110 1101111 11000010 0 101110 110 10011 100110100 110001 111110

Color Harmonies of #CE6FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FC2

Black with #CE6FC2

Text Example


Text Example

White with #CE6FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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