Html Css Color HEX #D25FCC Orchid

📋 copy color: '#D25FCC'

red 210 ◦ green 95 ◦ blue 204

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

Shades of Orchid #D25FCC

Tints of Orchid #D25FCC

RGB

 RED value IS 210 (82.42% from 255) = 41.26%

 GREEN value IS 95 (37.5% from 255) = 18.66%

 BLUE value IS 204 (80.08% from 255) = 40.08%

R = 41.26%
G = 18.66%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D25FCC (or 0xD25FCC) is known color: Orchid. HEX triplet: D2, 5F and CC. RGB value is (210,95,204). Sum of RGB (Red+Green+Blue) = 210+95+204=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 204 (80.08% from 255 or 40.08% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D25FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25FCC is #2DA033. Grayscale: #8D8D8D. Windows color (decimal): -2990132 or 13393874. OLE color: 13393874.

HSL color Cylindrical-coordinate representation of color #D25FCC: hue angle of 303.13º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25FCC is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 95 204 -
CMYK 0 0.55 0.03 0.18
HSL 303.13º 0.56% 0.6% -
HSV(B) 303.13º 0.55% 0.82% -
XYZ 41.57 26.25 60 -
YUV 141.81 163.1 176.64 -
System Red Green Blue C M Y K H S L
Decimal 210 95 204 0 0.55 0.03 0.18 303.13 0.56 0.6
Hex D2 5F CC 0 37 3 12 12F 38 3C
Octal 322 137 314 0 67 3 22 457 70 74
Binary 11010010 1011111 11001100 0 110111 11 10010 100101111 111000 111100

Color Harmonies of #D25FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25FCC

Black with #D25FCC

Text Example


Text Example

White with #D25FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25FCC; }

 p { color: rgb(210,95,204); }

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

background-color css

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

 a { background-color: rgb(210,95,204); }

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

border-color css

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

 span { border-color: rgb(210,95,204); }

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