Html Css Color HEX #CF7ACD Orchid

📋 copy color: '#CF7ACD'

red 207 ◦ green 122 ◦ blue 205

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

Shades of Orchid #CF7ACD

Tints of Orchid #CF7ACD

RGB

 RED value IS 207 (81.25% from 255) = 38.76%

 GREEN value IS 122 (48.05% from 255) = 22.85%

 BLUE value IS 205 (80.47% from 255) = 38.39%

R = 38.76%
G = 22.85%
B = 38.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF7ACD (or 0xCF7ACD) is known color: Orchid. HEX triplet: CF, 7A and CD. RGB value is (207,122,205). Sum of RGB (Red+Green+Blue) = 207+122+205=534 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.76% from 534); Green value is 122 (48.05% from 255 or 22.85% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ACD is #308532. Grayscale: #9C9C9C. Windows color (decimal): -3179827 or 13466319. OLE color: 13466319.

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

Color convert

RGB 207 122 205 -
CMYK 0 0.41 0.01 0.19
HSL 301.41º 0.47% 0.65% -
HSV(B) 301.41º 0.41% 0.81% -
XYZ 43.71 31.59 61.55 -
YUV 156.88 155.16 163.75 -
System Red Green Blue C M Y K H S L
Decimal 207 122 205 0 0.41 0.01 0.19 301.41 0.47 0.65
Hex CF 7A CD 0 29 1 13 12D 2F 41
Octal 317 172 315 0 51 1 23 455 57 101
Binary 11001111 1111010 11001101 0 101001 1 10011 100101101 101111 1000001

Color Harmonies of #CF7ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ACD

Black with #CF7ACD

Text Example


Text Example

White with #CF7ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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