Html Css Color HEX #CF7ADC Orchid

📋 copy color: '#CF7ADC'

red 207 ◦ green 122 ◦ blue 220

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

Shades of Orchid #CF7ADC

Tints of Orchid #CF7ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 37.7%
G = 22.22%
B = 40.07%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#CF7ADC (or 0xCF7ADC) is known color: Orchid. HEX triplet: CF, 7A and DC. RGB value is (207,122,220). Sum of RGB (Red+Green+Blue) = 207+122+220=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 122 (48.05% from 255 or 22.22% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF7ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7ADC is #308523. Grayscale: #9E9E9E. Windows color (decimal): -3179812 or 14449359. OLE color: 14449359.

HSL color Cylindrical-coordinate representation of color #CF7ADC: hue angle of 292.04º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF7ADC is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 207 122 220 -
CMYK 0.06 0.45 0 0.14
HSL 292.04º 0.58% 0.67% -
HSV(B) 292.04º 0.45% 0.86% -
XYZ 45.61 32.35 71.55 -
YUV 158.59 162.66 162.53 -
System Red Green Blue C M Y K H S L
Decimal 207 122 220 0.06 0.45 0 0.14 292.04 0.58 0.67
Hex CF 7A DC 6 2D 0 E 124 3A 43
Octal 317 172 334 6 55 0 16 444 72 103
Binary 11001111 1111010 11011100 110 101101 0 1110 100100100 111010 1000011

Color Harmonies of #CF7ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7ADC

Black with #CF7ADC

Text Example


Text Example

White with #CF7ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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