Html Css Color HEX #D065C4 Orchid

📋 copy color: '#D065C4'

red 208 ◦ green 101 ◦ blue 196

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

Shades of Orchid #D065C4

Tints of Orchid #D065C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 41.19%
G = 20%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D065C4 (or 0xD065C4) is known color: Orchid. HEX triplet: D0, 65 and C4. RGB value is (208,101,196). Sum of RGB (Red+Green+Blue) = 208+101+196=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 101 (39.84% from 255 or 20% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D065C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D065C4 is #2F9A3B. Grayscale: #8F8F8F. Windows color (decimal): -3119676 or 12871120. OLE color: 12871120.

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

Color convert

RGB 208 101 196 -
CMYK 0 0.51 0.06 0.18
HSL 306.73º 0.53% 0.61% -
HSV(B) 306.73º 0.51% 0.82% -
XYZ 40.63 26.7 55.24 -
YUV 143.82 157.45 173.78 -
System Red Green Blue C M Y K H S L
Decimal 208 101 196 0 0.51 0.06 0.18 306.73 0.53 0.61
Hex D0 65 C4 0 33 6 12 133 35 3D
Octal 320 145 304 0 63 6 22 463 65 75
Binary 11010000 1100101 11000100 0 110011 110 10010 100110011 110101 111101

Color Harmonies of #D065C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D065C4

Black with #D065C4

Text Example


Text Example

White with #D065C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D065C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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