Html Css Color HEX #D065CA Orchid

📋 copy color: '#D065CA'

red 208 ◦ green 101 ◦ blue 202

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

Shades of Orchid #D065CA

Tints of Orchid #D065CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39.53%

R = 40.7%
G = 19.77%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D065CA (or 0xD065CA) is known color: Orchid. HEX triplet: D0, 65 and CA. RGB value is (208,101,202). Sum of RGB (Red+Green+Blue) = 208+101+202=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 202 (79.30% from 255 or 39.53% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D065CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065CA is #2F9A35. Grayscale: #909090. Windows color (decimal): -3119670 or 13264336. OLE color: 13264336.

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

Color convert

RGB 208 101 202 -
CMYK 0 0.51 0.03 0.18
HSL 303.36º 0.53% 0.61% -
HSV(B) 303.36º 0.51% 0.82% -
XYZ 41.33 26.98 58.91 -
YUV 144.51 160.45 173.29 -
System Red Green Blue C M Y K H S L
Decimal 208 101 202 0 0.51 0.03 0.18 303.36 0.53 0.61
Hex D0 65 CA 0 33 3 12 12F 35 3D
Octal 320 145 312 0 63 3 22 457 65 75
Binary 11010000 1100101 11001010 0 110011 11 10010 100101111 110101 111101

Color Harmonies of #D065CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065CA

Black with #D065CA

Text Example


Text Example

White with #D065CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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