Html Css Color HEX #CE7FDF Orchid

📋 copy color: '#CE7FDF'

red 206 ◦ green 127 ◦ blue 223

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

Shades of Orchid #CE7FDF

Tints of Orchid #CE7FDF

RGB

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

 GREEN value IS 127 (50% from 255) = 22.84%

 BLUE value IS 223 (87.5% from 255) = 40.11%

R = 37.05%
G = 22.84%
B = 40.11%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CE7FDF (or 0xCE7FDF) is known color: Orchid. HEX triplet: CE, 7F and DF. RGB value is (206,127,223). Sum of RGB (Red+Green+Blue) = 206+127+223=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FDF is #318020. Grayscale: #A1A1A1. Windows color (decimal): -3244065 or 14647246. OLE color: 14647246.

HSL color Cylindrical-coordinate representation of color #CE7FDF: hue angle of 289.38º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7FDF is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 127 223 -
CMYK 0.08 0.43 0 0.13
HSL 289.38º 0.6% 0.69% -
HSV(B) 289.38º 0.43% 0.87% -
XYZ 46.36 33.63 73.86 -
YUV 161.57 162.67 159.69 -
System Red Green Blue C M Y K H S L
Decimal 206 127 223 0.08 0.43 0 0.13 289.38 0.6 0.69
Hex CE 7F DF 8 2B 0 D 121 3C 45
Octal 316 177 337 10 53 0 15 441 74 105
Binary 11001110 1111111 11011111 1000 101011 0 1101 100100001 111100 1000101

Color Harmonies of #CE7FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FDF

Black with #CE7FDF

Text Example


Text Example

White with #CE7FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FDF; }

 p { color: rgb(206,127,223); }

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

background-color css

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

 a { background-color: rgb(206,127,223); }

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

border-color css

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

 span { border-color: rgb(206,127,223); }

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