Html Css Color HEX #CD74C5 Orchid

📋 copy color: '#CD74C5'

red 205 ◦ green 116 ◦ blue 197

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

Shades of Orchid #CD74C5

Tints of Orchid #CD74C5

RGB

 RED value IS 205 (80.47% from 255) = 39.58%

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

 BLUE value IS 197 (77.34% from 255) = 38.03%

R = 39.58%
G = 22.39%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.04

 K value IS 0.20

RGB Variations

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

Color information

#CD74C5 (or 0xCD74C5) is known color: Orchid. HEX triplet: CD, 74 and C5. RGB value is (205,116,197). Sum of RGB (Red+Green+Blue) = 205+116+197=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74C5 is #328B3A. Grayscale: #979797. Windows color (decimal): -3312443 or 12940493. OLE color: 12940493.

HSL color Cylindrical-coordinate representation of color #CD74C5: hue angle of 305.39º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD74C5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 197 -
CMYK 0 0.43 0.04 0.20
HSL 305.39º 0.47% 0.63% -
HSV(B) 305.39º 0.43% 0.8% -
XYZ 41.5 29.5 56.33 -
YUV 151.85 153.49 165.91 -
System Red Green Blue C M Y K H S L
Decimal 205 116 197 0 0.43 0.04 0.20 305.39 0.47 0.63
Hex CD 74 C5 0 2B 4 14 131 2F 3F
Octal 315 164 305 0 53 4 24 461 57 77
Binary 11001101 1110100 11000101 0 101011 100 10100 100110001 101111 111111

Color Harmonies of #CD74C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD74C5

Black with #CD74C5

Text Example


Text Example

White with #CD74C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD74C5; }

 p { color: rgb(205,116,197); }

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

background-color css

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

 a { background-color: rgb(205,116,197); }

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

border-color css

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

 span { border-color: rgb(205,116,197); }

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