Html Css Color HEX #D284CB Orchid

📋 copy color: '#D284CB'

red 210 ◦ green 132 ◦ blue 203

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

Shades of Orchid #D284CB

Tints of Orchid #D284CB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 24.22%

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

R = 38.53%
G = 24.22%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D284CB (or 0xD284CB) is known color: Orchid. HEX triplet: D2, 84 and CB. RGB value is (210,132,203). Sum of RGB (Red+Green+Blue) = 210+132+203=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CB is #2D7B34. Grayscale: #A3A3A3. Windows color (decimal): -2980661 or 13337810. OLE color: 13337810.

HSL color Cylindrical-coordinate representation of color #D284CB: hue angle of 305.38º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284CB is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 203 -
CMYK 0 0.37 0.03 0.18
HSL 305.38º 0.46% 0.67% -
HSV(B) 305.38º 0.37% 0.82% -
XYZ 45.61 34.52 60.76 -
YUV 163.42 150.34 161.23 -
System Red Green Blue C M Y K H S L
Decimal 210 132 203 0 0.37 0.03 0.18 305.38 0.46 0.67
Hex D2 84 CB 0 25 3 12 131 2E 43
Octal 322 204 313 0 45 3 22 461 56 103
Binary 11010010 10000100 11001011 0 100101 11 10010 100110001 101110 1000011

Color Harmonies of #D284CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D284CB

Black with #D284CB

Text Example


Text Example

White with #D284CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D284CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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