Html Css Color HEX #CE7FD8 Orchid

📋 copy color: '#CE7FD8'

red 206 ◦ green 127 ◦ blue 216

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

Shades of Orchid #CE7FD8

Tints of Orchid #CE7FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 37.52%
G = 23.13%
B = 39.34%

CMYK

 C value IS 0.05

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CE7FD8 (or 0xCE7FD8) is known color: Orchid. HEX triplet: CE, 7F and D8. RGB value is (206,127,216). Sum of RGB (Red+Green+Blue) = 206+127+216=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 127 (50% from 255 or 23.13% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE7FD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FD8 is #318027. Grayscale: #A0A0A0. Windows color (decimal): -3244072 or 14188494. OLE color: 14188494.

HSL color Cylindrical-coordinate representation of color #CE7FD8: hue angle of 293.26º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7FD8 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 206 127 216 -
CMYK 0.05 0.41 0 0.15
HSL 293.26º 0.53% 0.67% -
HSV(B) 293.26º 0.41% 0.85% -
XYZ 45.44 33.26 68.99 -
YUV 160.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 206 127 216 0.05 0.41 0 0.15 293.26 0.53 0.67
Hex CE 7F D8 5 29 0 F 125 35 43
Octal 316 177 330 5 51 0 17 445 65 103
Binary 11001110 1111111 11011000 101 101001 0 1111 100100101 110101 1000011

Color Harmonies of #CE7FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7FD8

Black with #CE7FD8

Text Example


Text Example

White with #CE7FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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