Html Css Color HEX #CF7ACF Orchid

📋 copy color: '#CF7ACF'

red 207 ◦ green 122 ◦ blue 207

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

Shades of Orchid #CF7ACF

Tints of Orchid #CF7ACF

RGB

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

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

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

R = 38.62%
G = 22.76%
B = 38.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CF7ACF (or 0xCF7ACF) is known color: Orchid. HEX triplet: CF, 7A and CF. RGB value is (207,122,207). Sum of RGB (Red+Green+Blue) = 207+122+207=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF7ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ACF is #308530. Grayscale: #9C9C9C. Windows color (decimal): -3179825 or 13597391. OLE color: 13597391.

HSL color Cylindrical-coordinate representation of color #CF7ACF: hue angle of 300º 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 #CF7ACF is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 122 207 -
CMYK 0 0.41 0 0.19
HSL 300º 0.47% 0.65% -
HSV(B) 300º 0.41% 0.81% -
XYZ 43.95 31.69 62.83 -
YUV 157.11 156.16 163.59 -
System Red Green Blue C M Y K H S L
Decimal 207 122 207 0 0.41 0 0.19 300 0.47 0.65
Hex CF 7A CF 0 29 0 13 12C 2F 41
Octal 317 172 317 0 51 0 23 454 57 101
Binary 11001111 1111010 11001111 0 101001 0 10011 100101100 101111 1000001

Color Harmonies of #CF7ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ACF

Black with #CF7ACF

Text Example


Text Example

White with #CF7ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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