Html Css Color HEX #CE7CE3 Orchid

📋 copy color: '#CE7CE3'

red 206 ◦ green 124 ◦ blue 227

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

Shades of Orchid #CE7CE3

Tints of Orchid #CE7CE3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.26%

 BLUE value IS 227 (89.06% from 255) = 40.75%

R = 36.98%
G = 22.26%
B = 40.75%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#CE7CE3 (or 0xCE7CE3) is known color: Orchid. HEX triplet: CE, 7C and E3. RGB value is (206,124,227). Sum of RGB (Red+Green+Blue) = 206+124+227=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 124 (48.83% from 255 or 22.26% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE7CE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7CE3 is #31831C. Grayscale: #9F9F9F. Windows color (decimal): -3244829 or 14908622. OLE color: 14908622.

HSL color Cylindrical-coordinate representation of color #CE7CE3: hue angle of 287.77º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7CE3 is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 206 124 227 -
CMYK 0.09 0.45 0 0.11
HSL 287.77º 0.65% 0.69% -
HSV(B) 287.77º 0.45% 0.89% -
XYZ 46.53 33.08 76.61 -
YUV 160.26 165.67 160.62 -
System Red Green Blue C M Y K H S L
Decimal 206 124 227 0.09 0.45 0 0.11 287.77 0.65 0.69
Hex CE 7C E3 9 2D 0 B 120 41 45
Octal 316 174 343 11 55 0 13 440 101 105
Binary 11001110 1111100 11100011 1001 101101 0 1011 100100000 1000001 1000101

Color Harmonies of #CE7CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7CE3

Black with #CE7CE3

Text Example


Text Example

White with #CE7CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7CE3; }

 p { color: rgb(206,124,227); }

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

background-color css

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

 a { background-color: rgb(206,124,227); }

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

border-color css

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

 span { border-color: rgb(206,124,227); }

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