Html Css Color HEX #D662CA Orchid

📋 copy color: '#D662CA'

red 214 ◦ green 98 ◦ blue 202

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

Shades of Orchid #D662CA

Tints of Orchid #D662CA

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.07%

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

R = 41.63%
G = 19.07%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D662CA (or 0xD662CA) is known color: Orchid. HEX triplet: D6, 62 and CA. RGB value is (214,98,202). Sum of RGB (Red+Green+Blue) = 214+98+202=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 98 (38.67% from 255 or 19.07% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D662CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D662CA is #299D35. Grayscale: #909090. Windows color (decimal): -2727222 or 13263574. OLE color: 13263574.

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

Color convert

RGB 214 98 202 -
CMYK 0 0.54 0.06 0.16
HSL 306.21º 0.59% 0.61% -
HSV(B) 306.21º 0.54% 0.84% -
XYZ 42.76 27.3 58.89 -
YUV 144.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 214 98 202 0 0.54 0.06 0.16 306.21 0.59 0.61
Hex D6 62 CA 0 36 6 10 132 3B 3D
Octal 326 142 312 0 66 6 20 462 73 75
Binary 11010110 1100010 11001010 0 110110 110 10000 100110010 111011 111101

Color Harmonies of #D662CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D662CA

Black with #D662CA

Text Example


Text Example

White with #D662CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D662CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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