Html Css Color HEX #D265CD Orchid

📋 copy color: '#D265CD'

red 210 ◦ green 101 ◦ blue 205

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

Shades of Orchid #D265CD

Tints of Orchid #D265CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 39.73%

R = 40.7%
G = 19.57%
B = 39.73%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D265CD (or 0xD265CD) is known color: Orchid. HEX triplet: D2, 65 and CD. RGB value is (210,101,205). Sum of RGB (Red+Green+Blue) = 210+101+205=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D265CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265CD is #2D9A32. Grayscale: #919191. Windows color (decimal): -2988595 or 13460946. OLE color: 13460946.

HSL color Cylindrical-coordinate representation of color #D265CD: hue angle of 302.75º 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 #D265CD is Cyan = 0, Magento = 0.52, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 101 205 -
CMYK 0 0.52 0.02 0.18
HSL 302.75º 0.55% 0.61% -
HSV(B) 302.75º 0.52% 0.82% -
XYZ 42.25 27.42 60.82 -
YUV 145.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 210 101 205 0 0.52 0.02 0.18 302.75 0.55 0.61
Hex D2 65 CD 0 34 2 12 12F 37 3D
Octal 322 145 315 0 64 2 22 457 67 75
Binary 11010010 1100101 11001101 0 110100 10 10010 100101111 110111 111101

Color Harmonies of #D265CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265CD

Black with #D265CD

Text Example


Text Example

White with #D265CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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