Html Css Color HEX #CE6FC3 Orchid

📋 copy color: '#CE6FC3'

red 206 ◦ green 111 ◦ blue 195

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

Shades of Orchid #CE6FC3

Tints of Orchid #CE6FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 40.23%
G = 21.68%
B = 38.09%

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

#CE6FC3 (or 0xCE6FC3) is known color: Orchid. HEX triplet: CE, 6F and C3. RGB value is (206,111,195). Sum of RGB (Red+Green+Blue) = 206+111+195=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC3 is #31903C. Grayscale: #949494. Windows color (decimal): -3248189 or 12808142. OLE color: 12808142.

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

Color convert

RGB 206 111 195 -
CMYK 0 0.46 0.05 0.19
HSL 306.95º 0.49% 0.62% -
HSV(B) 306.95º 0.46% 0.81% -
XYZ 40.99 28.43 54.96 -
YUV 148.98 153.97 168.67 -
System Red Green Blue C M Y K H S L
Decimal 206 111 195 0 0.46 0.05 0.19 306.95 0.49 0.62
Hex CE 6F C3 0 2E 5 13 133 31 3E
Octal 316 157 303 0 56 5 23 463 61 76
Binary 11001110 1101111 11000011 0 101110 101 10011 100110011 110001 111110

Color Harmonies of #CE6FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE6FC3

Black with #CE6FC3

Text Example


Text Example

White with #CE6FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE6FC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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