Html Css Color HEX #D27CCF Orchid

📋 copy color: '#D27CCF'

red 210 ◦ green 124 ◦ blue 207

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

Shades of Orchid #D27CCF

Tints of Orchid #D27CCF

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

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

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

R = 38.82%
G = 22.92%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D27CCF (or 0xD27CCF) is known color: Orchid. HEX triplet: D2, 7C and CF. RGB value is (210,124,207). Sum of RGB (Red+Green+Blue) = 210+124+207=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 207 (81.25% from 255 or 38.26% from 541); Max value from RGB is 210 - color contains mainly: red. Hex color #D27CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27CCF is #2D8330. Grayscale: #9E9E9E. Windows color (decimal): -2982705 or 13597906. OLE color: 13597906.

HSL color Cylindrical-coordinate representation of color #D27CCF: hue angle of 302.09º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27CCF is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 124 207 -
CMYK 0 0.41 0.01 0.18
HSL 302.09º 0.49% 0.65% -
HSV(B) 302.09º 0.41% 0.82% -
XYZ 45.05 32.62 62.95 -
YUV 159.18 154.99 164.25 -
System Red Green Blue C M Y K H S L
Decimal 210 124 207 0 0.41 0.01 0.18 302.09 0.49 0.65
Hex D2 7C CF 0 29 1 12 12E 31 41
Octal 322 174 317 0 51 1 22 456 61 101
Binary 11010010 1111100 11001111 0 101001 1 10010 100101110 110001 1000001

Color Harmonies of #D27CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27CCF

Black with #D27CCF

Text Example


Text Example

White with #D27CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27CCF; }

 p { color: rgb(210,124,207); }

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

background-color css

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

 a { background-color: rgb(210,124,207); }

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

border-color css

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

 span { border-color: rgb(210,124,207); }

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