Html Css Color HEX #D265CB Orchid

📋 copy color: '#D265CB'

red 210 ◦ green 101 ◦ blue 203

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

Shades of Orchid #D265CB

Tints of Orchid #D265CB

RGB

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

 GREEN value IS 101 (39.84% from 255) = 19.65%

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

R = 40.86%
G = 19.65%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D265CB (or 0xD265CB) is known color: Orchid. HEX triplet: D2, 65 and CB. RGB value is (210,101,203). Sum of RGB (Red+Green+Blue) = 210+101+203=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 203 (79.69% from 255 or 39.49% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D265CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265CB is #2D9A34. Grayscale: #909090. Windows color (decimal): -2988597 or 13329874. OLE color: 13329874.

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

Color convert

RGB 210 101 203 -
CMYK 0 0.52 0.03 0.18
HSL 303.85º 0.55% 0.61% -
HSV(B) 303.85º 0.52% 0.82% -
XYZ 42.01 27.32 59.56 -
YUV 145.22 160.61 174.21 -
System Red Green Blue C M Y K H S L
Decimal 210 101 203 0 0.52 0.03 0.18 303.85 0.55 0.61
Hex D2 65 CB 0 34 3 12 130 37 3D
Octal 322 145 313 0 64 3 22 460 67 75
Binary 11010010 1100101 11001011 0 110100 11 10010 100110000 110111 111101

Color Harmonies of #D265CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265CB

Black with #D265CB

Text Example


Text Example

White with #D265CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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