Html Css Color HEX #D665E0 Orchid

📋 copy color: '#D665E0'

red 214 ◦ green 101 ◦ blue 224

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

Shades of Orchid #D665E0

Tints of Orchid #D665E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.56%

R = 39.7%
G = 18.74%
B = 41.56%

CMYK

 C value IS 0.04

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D665E0 (or 0xD665E0) is known color: Orchid. HEX triplet: D6, 65 and E0. RGB value is (214,101,224). Sum of RGB (Red+Green+Blue) = 214+101+224=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 101 (39.84% from 255 or 18.74% from 539); Blue value is 224 (87.89% from 255 or 41.56% from 539); Max value from RGB is 224 - color contains mainly: blue. Hex color #D665E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D665E0 is #299A1F. Grayscale: #949494. Windows color (decimal): -2726432 or 14706134. OLE color: 14706134.

HSL color Cylindrical-coordinate representation of color #D665E0: hue angle of 295.12º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D665E0 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 101 224 -
CMYK 0.04 0.55 0 0.12
HSL 295.12º 0.66% 0.64% -
HSV(B) 295.12º 0.55% 0.88% -
XYZ 45.84 28.99 73.7 -
YUV 148.81 170.44 174.5 -
System Red Green Blue C M Y K H S L
Decimal 214 101 224 0.04 0.55 0 0.12 295.12 0.66 0.64
Hex D6 65 E0 4 37 0 C 127 42 40
Octal 326 145 340 4 67 0 14 447 102 100
Binary 11010110 1100101 11100000 100 110111 0 1100 100100111 1000010 1000000

Color Harmonies of #D665E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D665E0

Black with #D665E0

Text Example


Text Example

White with #D665E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D665E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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