Html Css Color HEX #D467CF Orchid

📋 copy color: '#D467CF'

red 212 ◦ green 103 ◦ blue 207

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

Shades of Orchid #D467CF

Tints of Orchid #D467CF

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.73%

 BLUE value IS 207 (81.25% from 255) = 39.66%

R = 40.61%
G = 19.73%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#D467CF (or 0xD467CF) is known color: Orchid. HEX triplet: D4, 67 and CF. RGB value is (212,103,207). Sum of RGB (Red+Green+Blue) = 212+103+207=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 103 (40.62% from 255 or 19.73% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D467CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D467CF is #2B9830. Grayscale: #939393. Windows color (decimal): -2857009 or 13592532. OLE color: 13592532.

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

Color convert

RGB 212 103 207 -
CMYK 0 0.51 0.02 0.17
HSL 302.75º 0.56% 0.62% -
HSV(B) 302.75º 0.51% 0.83% -
XYZ 43.26 28.2 62.19 -
YUV 147.45 161.61 174.04 -
System Red Green Blue C M Y K H S L
Decimal 212 103 207 0 0.51 0.02 0.17 302.75 0.56 0.62
Hex D4 67 CF 0 33 2 11 12F 38 3E
Octal 324 147 317 0 63 2 21 457 70 76
Binary 11010100 1100111 11001111 0 110011 10 10001 100101111 111000 111110

Color Harmonies of #D467CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D467CF

Black with #D467CF

Text Example


Text Example

White with #D467CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D467CF; }

 p { color: rgb(212,103,207); }

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

background-color css

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

 a { background-color: rgb(212,103,207); }

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

border-color css

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

 span { border-color: rgb(212,103,207); }

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