Html Css Color HEX #D665C4 Orchid

📋 copy color: '#D665C4'

red 214 ◦ green 101 ◦ blue 196

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

Shades of Orchid #D665C4

Tints of Orchid #D665C4

RGB

 RED value IS 214 (83.98% from 255) = 41.88%

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

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

R = 41.88%
G = 19.77%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D665C4 (or 0xD665C4) is known color: Orchid. HEX triplet: D6, 65 and C4. RGB value is (214,101,196). Sum of RGB (Red+Green+Blue) = 214+101+196=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 101 (39.84% from 255 or 19.77% from 511); Blue value is 196 (76.95% from 255 or 38.36% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D665C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665C4 is #299A3B. Grayscale: #919191. Windows color (decimal): -2726460 or 12871126. OLE color: 12871126.

HSL color Cylindrical-coordinate representation of color #D665C4: hue angle of 309.56º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D665C4 is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 101 196 -
CMYK 0 0.53 0.08 0.16
HSL 309.56º 0.58% 0.62% -
HSV(B) 309.56º 0.53% 0.84% -
XYZ 42.35 27.59 55.32 -
YUV 145.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 214 101 196 0 0.53 0.08 0.16 309.56 0.58 0.62
Hex D6 65 C4 0 35 8 10 136 3A 3E
Octal 326 145 304 0 65 10 20 466 72 76
Binary 11010110 1100101 11000100 0 110101 1000 10000 100110110 111010 111110

Color Harmonies of #D665C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665C4

Black with #D665C4

Text Example


Text Example

White with #D665C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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