Html Css Color HEX #CF7ACC Orchid

📋 copy color: '#CF7ACC'

red 207 ◦ green 122 ◦ blue 204

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

Shades of Orchid #CF7ACC

Tints of Orchid #CF7ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.27%

R = 38.84%
G = 22.89%
B = 38.27%

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

#CF7ACC (or 0xCF7ACC) is known color: Orchid. HEX triplet: CF, 7A and CC. RGB value is (207,122,204). Sum of RGB (Red+Green+Blue) = 207+122+204=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 122 (48.05% from 255 or 22.89% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ACC is #308533. Grayscale: #9C9C9C. Windows color (decimal): -3179828 or 13400783. OLE color: 13400783.

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

Color convert

RGB 207 122 204 -
CMYK 0 0.41 0.01 0.19
HSL 302.12º 0.47% 0.65% -
HSV(B) 302.12º 0.41% 0.81% -
XYZ 43.59 31.54 60.92 -
YUV 156.76 154.66 163.83 -
System Red Green Blue C M Y K H S L
Decimal 207 122 204 0 0.41 0.01 0.19 302.12 0.47 0.65
Hex CF 7A CC 0 29 1 13 12E 2F 41
Octal 317 172 314 0 51 1 23 456 57 101
Binary 11001111 1111010 11001100 0 101001 1 10011 100101110 101111 1000001

Color Harmonies of #CF7ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ACC

Black with #CF7ACC

Text Example


Text Example

White with #CF7ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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