Html Css Color HEX #CD70CF Orchid

📋 copy color: '#CD70CF'

red 205 ◦ green 112 ◦ blue 207

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

Shades of Orchid #CD70CF

Tints of Orchid #CD70CF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.37%

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

R = 39.12%
G = 21.37%
B = 39.5%

CMYK

 C value IS 0.01

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD70CF (or 0xCD70CF) is known color: Orchid. HEX triplet: CD, 70 and CF. RGB value is (205,112,207). Sum of RGB (Red+Green+Blue) = 205+112+207=524 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.12% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD70CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70CF is #328F30. Grayscale: #969696. Windows color (decimal): -3313457 or 13594829. OLE color: 13594829.

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

Color convert

RGB 205 112 207 -
CMYK 0.01 0.46 0 0.19
HSL 298.74º 0.5% 0.63% -
HSV(B) 298.74º 0.46% 0.81% -
XYZ 42.23 29.07 62.42 -
YUV 150.64 159.81 166.78 -
System Red Green Blue C M Y K H S L
Decimal 205 112 207 0.01 0.46 0 0.19 298.74 0.5 0.63
Hex CD 70 CF 1 2E 0 13 12B 32 3F
Octal 315 160 317 1 56 0 23 453 62 77
Binary 11001101 1110000 11001111 1 101110 0 10011 100101011 110010 111111

Color Harmonies of #CD70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD70CF

Black with #CD70CF

Text Example


Text Example

White with #CD70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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