Html Css Color HEX #CE7FD5 Orchid

📋 copy color: '#CE7FD5'

red 206 ◦ green 127 ◦ blue 213

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

Shades of Orchid #CE7FD5

Tints of Orchid #CE7FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 37.73%
G = 23.26%
B = 39.01%

CMYK

 C value IS 0.03

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#CE7FD5 (or 0xCE7FD5) is known color: Orchid. HEX triplet: CE, 7F and D5. RGB value is (206,127,213). Sum of RGB (Red+Green+Blue) = 206+127+213=546 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.73% from 546); Green value is 127 (50% from 255 or 23.26% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FD5 is #31802A. Grayscale: #A0A0A0. Windows color (decimal): -3244075 or 13991886. OLE color: 13991886.

HSL color Cylindrical-coordinate representation of color #CE7FD5: hue angle of 295.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7FD5 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 127 213 -
CMYK 0.03 0.40 0 0.16
HSL 295.12º 0.51% 0.67% -
HSV(B) 295.12º 0.4% 0.84% -
XYZ 45.05 33.1 66.97 -
YUV 160.43 157.67 160.51 -
System Red Green Blue C M Y K H S L
Decimal 206 127 213 0.03 0.40 0 0.16 295.12 0.51 0.67
Hex CE 7F D5 3 28 0 10 127 33 43
Octal 316 177 325 3 50 0 20 447 63 103
Binary 11001110 1111111 11010101 11 101000 0 10000 100100111 110011 1000011

Color Harmonies of #CE7FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FD5

Black with #CE7FD5

Text Example


Text Example

White with #CE7FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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