Html Css Color HEX #D674CA Orchid

📋 copy color: '#D674CA'

red 214 ◦ green 116 ◦ blue 202

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

Shades of Orchid #D674CA

Tints of Orchid #D674CA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.8%

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

R = 40.23%
G = 21.8%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D674CA (or 0xD674CA) is known color: Orchid. HEX triplet: D6, 74 and CA. RGB value is (214,116,202). Sum of RGB (Red+Green+Blue) = 214+116+202=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 116 (45.70% from 255 or 21.80% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D674CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D674CA is #298B35. Grayscale: #9A9A9A. Windows color (decimal): -2722614 or 13268182. OLE color: 13268182.

HSL color Cylindrical-coordinate representation of color #D674CA: hue angle of 307.35º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D674CA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 116 202 -
CMYK 0 0.46 0.06 0.16
HSL 307.35º 0.54% 0.65% -
HSV(B) 307.35º 0.46% 0.84% -
XYZ 44.64 31.05 59.52 -
YUV 155.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 214 116 202 0 0.46 0.06 0.16 307.35 0.54 0.65
Hex D6 74 CA 0 2E 6 10 133 36 41
Octal 326 164 312 0 56 6 20 463 66 101
Binary 11010110 1110100 11001010 0 101110 110 10000 100110011 110110 1000001

Color Harmonies of #D674CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D674CA

Black with #D674CA

Text Example


Text Example

White with #D674CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D674CA; }

 p { color: rgb(214,116,202); }

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

background-color css

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

 a { background-color: rgb(214,116,202); }

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

border-color css

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

 span { border-color: rgb(214,116,202); }

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