Html Css Color HEX #D065C5 Orchid

📋 copy color: '#D065C5'

red 208 ◦ green 101 ◦ blue 197

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

Shades of Orchid #D065C5

Tints of Orchid #D065C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 41.11%
G = 19.96%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D065C5 (or 0xD065C5) is known color: Orchid. HEX triplet: D0, 65 and C5. RGB value is (208,101,197). Sum of RGB (Red+Green+Blue) = 208+101+197=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 101 (39.84% from 255 or 19.96% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C5 is #2F9A3A. Grayscale: #8F8F8F. Windows color (decimal): -3119675 or 12936656. OLE color: 12936656.

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

Color convert

RGB 208 101 197 -
CMYK 0 0.51 0.05 0.18
HSL 306.17º 0.53% 0.61% -
HSV(B) 306.17º 0.51% 0.82% -
XYZ 40.74 26.75 55.84 -
YUV 143.94 157.95 173.69 -
System Red Green Blue C M Y K H S L
Decimal 208 101 197 0 0.51 0.05 0.18 306.17 0.53 0.61
Hex D0 65 C5 0 33 5 12 132 35 3D
Octal 320 145 305 0 63 5 22 462 65 75
Binary 11010000 1100101 11000101 0 110011 101 10010 100110010 110101 111101

Color Harmonies of #D065C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065C5

Black with #D065C5

Text Example


Text Example

White with #D065C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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