Html Css Color HEX #CE7FBE Orchid

📋 copy color: '#CE7FBE'

red 206 ◦ green 127 ◦ blue 190

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

Shades of Orchid #CE7FBE

Tints of Orchid #CE7FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.33%

R = 39.39%
G = 24.28%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CE7FBE (or 0xCE7FBE) is known color: Orchid. HEX triplet: CE, 7F and BE. RGB value is (206,127,190). Sum of RGB (Red+Green+Blue) = 206+127+190=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FBE is #318041. Grayscale: #9D9D9D. Windows color (decimal): -3244098 or 12484558. OLE color: 12484558.

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

Color convert

RGB 206 127 190 -
CMYK 0 0.38 0.08 0.19
HSL 312.15º 0.45% 0.65% -
HSV(B) 312.15º 0.38% 0.81% -
XYZ 42.34 32.02 52.66 -
YUV 157.8 146.17 162.38 -
System Red Green Blue C M Y K H S L
Decimal 206 127 190 0 0.38 0.08 0.19 312.15 0.45 0.65
Hex CE 7F BE 0 26 8 13 138 2D 41
Octal 316 177 276 0 46 10 23 470 55 101
Binary 11001110 1111111 10111110 0 100110 1000 10011 100111000 101101 1000001

Color Harmonies of #CE7FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FBE

Black with #CE7FBE

Text Example


Text Example

White with #CE7FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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