Html Css Color HEX #CD74BA Orchid

📋 copy color: '#CD74BA'

red 205 ◦ green 116 ◦ blue 186

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

Shades of Orchid #CD74BA

Tints of Orchid #CD74BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.69%

R = 40.43%
G = 22.88%
B = 36.69%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CD74BA (or 0xCD74BA) is known color: Orchid. HEX triplet: CD, 74 and BA. RGB value is (205,116,186). Sum of RGB (Red+Green+Blue) = 205+116+186=507 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.43% from 507); Green value is 116 (45.70% from 255 or 22.88% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74BA is #328B45. Grayscale: #969696. Windows color (decimal): -3312454 or 12219597. OLE color: 12219597.

HSL color Cylindrical-coordinate representation of color #CD74BA: hue angle of 312.81º 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 #CD74BA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 186 -
CMYK 0 0.43 0.09 0.20
HSL 312.81º 0.47% 0.63% -
HSV(B) 312.81º 0.43% 0.8% -
XYZ 40.29 29.02 49.93 -
YUV 150.59 147.99 166.81 -
System Red Green Blue C M Y K H S L
Decimal 205 116 186 0 0.43 0.09 0.20 312.81 0.47 0.63
Hex CD 74 BA 0 2B 9 14 139 2F 3F
Octal 315 164 272 0 53 11 24 471 57 77
Binary 11001101 1110100 10111010 0 101011 1001 10100 100111001 101111 111111

Color Harmonies of #CD74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD74BA

Black with #CD74BA

Text Example


Text Example

White with #CD74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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