Html Css Color HEX #CE7ECF Orchid

📋 copy color: '#CE7ECF'

red 206 ◦ green 126 ◦ blue 207

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

Shades of Orchid #CE7ECF

Tints of Orchid #CE7ECF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 23.38%

 BLUE value IS 207 (81.25% from 255) = 38.4%

R = 38.22%
G = 23.38%
B = 38.4%

CMYK

 C value IS 0.00

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CE7ECF (or 0xCE7ECF) is known color: Orchid. HEX triplet: CE, 7E and CF. RGB value is (206,126,207). Sum of RGB (Red+Green+Blue) = 206+126+207=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 126 (49.61% from 255 or 23.38% from 539); Blue value is 207 (81.25% from 255 or 38.40% from 539); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7ECF is #318130. Grayscale: #9E9E9E. Windows color (decimal): -3244337 or 13598414. OLE color: 13598414.

HSL color Cylindrical-coordinate representation of color #CE7ECF: hue angle of 299.26º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CE7ECF is Cyan = 0.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 126 207 -
CMYK 0.00 0.39 0 0.19
HSL 299.26º 0.46% 0.65% -
HSV(B) 299.26º 0.39% 0.81% -
XYZ 44.18 32.55 62.99 -
YUV 159.15 155 161.41 -
System Red Green Blue C M Y K H S L
Decimal 206 126 207 0.00 0.39 0 0.19 299.26 0.46 0.65
Hex CE 7E CF 0 27 0 13 12B 2E 41
Octal 316 176 317 0 47 0 23 453 56 101
Binary 11001110 1111110 11001111 0 100111 0 10011 100101011 101110 1000001

Color Harmonies of #CE7ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7ECF

Black with #CE7ECF

Text Example


Text Example

White with #CE7ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7ECF; }

 p { color: rgb(206,126,207); }

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

background-color css

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

 a { background-color: rgb(206,126,207); }

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

border-color css

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

 span { border-color: rgb(206,126,207); }

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