Html Css Color HEX #D065CF Orchid

📋 copy color: '#D065CF'

red 208 ◦ green 101 ◦ blue 207

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

Shades of Orchid #D065CF

Tints of Orchid #D065CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 40.31%
G = 19.57%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D065CF (or 0xD065CF) is known color: Orchid. HEX triplet: D0, 65 and CF. RGB value is (208,101,207). Sum of RGB (Red+Green+Blue) = 208+101+207=516 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.31% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CF is #2F9A30. Grayscale: #909090. Windows color (decimal): -3119665 or 13592016. OLE color: 13592016.

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

Color convert

RGB 208 101 207 -
CMYK 0 0.51 0.00 0.18
HSL 300.56º 0.53% 0.61% -
HSV(B) 300.56º 0.51% 0.82% -
XYZ 41.93 27.22 62.08 -
YUV 145.08 162.95 172.88 -
System Red Green Blue C M Y K H S L
Decimal 208 101 207 0 0.51 0.00 0.18 300.56 0.53 0.61
Hex D0 65 CF 0 33 0 12 12D 35 3D
Octal 320 145 317 0 63 0 22 455 65 75
Binary 11010000 1100101 11001111 0 110011 0 10010 100101101 110101 111101

Color Harmonies of #D065CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065CF

Black with #D065CF

Text Example


Text Example

White with #D065CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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