Html Css Color HEX #D265CC Orchid

📋 copy color: '#D265CC'

red 210 ◦ green 101 ◦ blue 204

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

Shades of Orchid #D265CC

Tints of Orchid #D265CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.61%

R = 40.78%
G = 19.61%
B = 39.61%

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

#D265CC (or 0xD265CC) is known color: Orchid. HEX triplet: D2, 65 and CC. RGB value is (210,101,204). Sum of RGB (Red+Green+Blue) = 210+101+204=515 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.78% from 515); Green value is 101 (39.84% from 255 or 19.61% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 210 - color contains mainly: red. Hex color #D265CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D265CC is #2D9A33. Grayscale: #919191. Windows color (decimal): -2988596 or 13395410. OLE color: 13395410.

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

Color convert

RGB 210 101 204 -
CMYK 0 0.52 0.03 0.18
HSL 303.3º 0.55% 0.61% -
HSV(B) 303.3º 0.52% 0.82% -
XYZ 42.13 27.37 60.19 -
YUV 145.33 161.11 174.12 -
System Red Green Blue C M Y K H S L
Decimal 210 101 204 0 0.52 0.03 0.18 303.3 0.55 0.61
Hex D2 65 CC 0 34 3 12 12F 37 3D
Octal 322 145 314 0 64 3 22 457 67 75
Binary 11010010 1100101 11001100 0 110100 11 10010 100101111 110111 111101

Color Harmonies of #D265CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D265CC

Black with #D265CC

Text Example


Text Example

White with #D265CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D265CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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