Html Css Color HEX #CD74CF Orchid

📋 copy color: '#CD74CF'

red 205 ◦ green 116 ◦ blue 207

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

Shades of Orchid #CD74CF

Tints of Orchid #CD74CF

RGB

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

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

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

R = 38.83%
G = 21.97%
B = 39.2%

CMYK

 C value IS 0.01

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD74CF (or 0xCD74CF) is known color: Orchid. HEX triplet: CD, 74 and CF. RGB value is (205,116,207). Sum of RGB (Red+Green+Blue) = 205+116+207=528 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.83% from 528); Green value is 116 (45.70% from 255 or 21.97% from 528); Blue value is 207 (81.25% from 255 or 39.20% from 528); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD74CF is #328B30. Grayscale: #989898. Windows color (decimal): -3312433 or 13595853. OLE color: 13595853.

HSL color Cylindrical-coordinate representation of color #CD74CF: hue angle of 298.68º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD74CF is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 116 207 -
CMYK 0.01 0.44 0 0.19
HSL 298.68º 0.49% 0.63% -
HSV(B) 298.68º 0.44% 0.81% -
XYZ 42.68 29.97 62.57 -
YUV 152.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 205 116 207 0.01 0.44 0 0.19 298.68 0.49 0.63
Hex CD 74 CF 1 2C 0 13 12B 31 3F
Octal 315 164 317 1 54 0 23 453 61 77
Binary 11001101 1110100 11001111 1 101100 0 10011 100101011 110001 111111

Color Harmonies of #CD74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD74CF

Black with #CD74CF

Text Example


Text Example

White with #CD74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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