Html Css Color HEX #CD74CA Orchid

📋 copy color: '#CD74CA'

red 205 ◦ green 116 ◦ blue 202

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

Shades of Orchid #CD74CA

Tints of Orchid #CD74CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.62%

R = 39.2%
G = 22.18%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CD74CA (or 0xCD74CA) is known color: Orchid. HEX triplet: CD, 74 and CA. RGB value is (205,116,202). Sum of RGB (Red+Green+Blue) = 205+116+202=523 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.20% from 523); Green value is 116 (45.70% from 255 or 22.18% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 205 - color contains mainly: red. Hex color #CD74CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74CA is #328B35. Grayscale: #989898. Windows color (decimal): -3312438 or 13268173. OLE color: 13268173.

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

Color convert

RGB 205 116 202 -
CMYK 0 0.43 0.01 0.20
HSL 302.02º 0.47% 0.63% -
HSV(B) 302.02º 0.43% 0.8% -
XYZ 42.08 29.73 59.4 -
YUV 152.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 205 116 202 0 0.43 0.01 0.20 302.02 0.47 0.63
Hex CD 74 CA 0 2B 1 14 12E 2F 3F
Octal 315 164 312 0 53 1 24 456 57 77
Binary 11001101 1110100 11001010 0 101011 1 10100 100101110 101111 111111

Color Harmonies of #CD74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD74CA

Black with #CD74CA

Text Example


Text Example

White with #CD74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD74CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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