Html Css Color HEX #D27FCB Orchid

📋 copy color: '#D27FCB'

red 210 ◦ green 127 ◦ blue 203

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

Shades of Orchid #D27FCB

Tints of Orchid #D27FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.59%

R = 38.89%
G = 23.52%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D27FCB (or 0xD27FCB) is known color: Orchid. HEX triplet: D2, 7F and CB. RGB value is (210,127,203). Sum of RGB (Red+Green+Blue) = 210+127+203=540 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.89% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 203 (79.69% from 255 or 37.59% from 540); Max value from RGB is 210 - color contains mainly: red. Hex color #D27FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D27FCB is #2D8034. Grayscale: #A0A0A0. Windows color (decimal): -2981941 or 13336530. OLE color: 13336530.

HSL color Cylindrical-coordinate representation of color #D27FCB: hue angle of 305.06º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27FCB is Cyan = 0, Magento = 0.40, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 127 203 -
CMYK 0 0.40 0.03 0.18
HSL 305.06º 0.48% 0.66% -
HSV(B) 305.06º 0.4% 0.82% -
XYZ 44.95 33.19 60.54 -
YUV 160.48 152 163.32 -
System Red Green Blue C M Y K H S L
Decimal 210 127 203 0 0.40 0.03 0.18 305.06 0.48 0.66
Hex D2 7F CB 0 28 3 12 131 30 42
Octal 322 177 313 0 50 3 22 461 60 102
Binary 11010010 1111111 11001011 0 101000 11 10010 100110001 110000 1000010

Color Harmonies of #D27FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27FCB

Black with #D27FCB

Text Example


Text Example

White with #D27FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27FCB; }

 p { color: rgb(210,127,203); }

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

background-color css

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

 a { background-color: rgb(210,127,203); }

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

border-color css

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

 span { border-color: rgb(210,127,203); }

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