Html Css Color HEX #D065C8 Orchid

📋 copy color: '#D065C8'

red 208 ◦ green 101 ◦ blue 200

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

Shades of Orchid #D065C8

Tints of Orchid #D065C8

RGB

 RED value IS 208 (81.64% from 255) = 40.86%

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

 BLUE value IS 200 (78.52% from 255) = 39.29%

R = 40.86%
G = 19.84%
B = 39.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D065C8 (or 0xD065C8) is known color: Orchid. HEX triplet: D0, 65 and C8. RGB value is (208,101,200). Sum of RGB (Red+Green+Blue) = 208+101+200=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 200 (78.52% from 255 or 39.29% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C8 is #2F9A37. Grayscale: #8F8F8F. Windows color (decimal): -3119672 or 13133264. OLE color: 13133264.

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

Color convert

RGB 208 101 200 -
CMYK 0 0.51 0.04 0.18
HSL 304.49º 0.53% 0.61% -
HSV(B) 304.49º 0.51% 0.82% -
XYZ 41.09 26.89 57.67 -
YUV 144.28 159.45 173.45 -
System Red Green Blue C M Y K H S L
Decimal 208 101 200 0 0.51 0.04 0.18 304.49 0.53 0.61
Hex D0 65 C8 0 33 4 12 130 35 3D
Octal 320 145 310 0 63 4 22 460 65 75
Binary 11010000 1100101 11001000 0 110011 100 10010 100110000 110101 111101

Color Harmonies of #D065C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065C8

Black with #D065C8

Text Example


Text Example

White with #D065C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065C8; }

 p { color: rgb(208,101,200); }

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

background-color css

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

 a { background-color: rgb(208,101,200); }

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

border-color css

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

 span { border-color: rgb(208,101,200); }

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