Html Css Color HEX #D465CB Orchid

📋 copy color: '#D465CB'

red 212 ◦ green 101 ◦ blue 203

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

Shades of Orchid #D465CB

Tints of Orchid #D465CB

RGB

 RED value IS 212 (83.2% from 255) = 41.09%

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

 BLUE value IS 203 (79.69% from 255) = 39.34%

R = 41.09%
G = 19.57%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D465CB (or 0xD465CB) is known color: Orchid. HEX triplet: D4, 65 and CB. RGB value is (212,101,203). Sum of RGB (Red+Green+Blue) = 212+101+203=516 (68% of max value = 765). Red value is 212 (83.20% from 255 or 41.09% from 516); Green value is 101 (39.84% from 255 or 19.57% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 212 - color contains mainly: red. Hex color #D465CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D465CB is #2B9A34. Grayscale: #919191. Windows color (decimal): -2857525 or 13329876. OLE color: 13329876.

HSL color Cylindrical-coordinate representation of color #D465CB: hue angle of 304.86º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D465CB is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 101 203 -
CMYK 0 0.52 0.04 0.17
HSL 304.86º 0.56% 0.61% -
HSV(B) 304.86º 0.52% 0.83% -
XYZ 42.58 27.62 59.59 -
YUV 145.82 160.27 175.21 -
System Red Green Blue C M Y K H S L
Decimal 212 101 203 0 0.52 0.04 0.17 304.86 0.56 0.61
Hex D4 65 CB 0 34 4 11 131 38 3D
Octal 324 145 313 0 64 4 21 461 70 75
Binary 11010100 1100101 11001011 0 110100 100 10001 100110001 111000 111101

Color Harmonies of #D465CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D465CB

Black with #D465CB

Text Example


Text Example

White with #D465CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D465CB; }

 p { color: rgb(212,101,203); }

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

background-color css

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

 a { background-color: rgb(212,101,203); }

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

border-color css

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

 span { border-color: rgb(212,101,203); }

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