Html Css Color HEX #CF6ACC Orchid

📋 copy color: '#CF6ACC'

red 207 ◦ green 106 ◦ blue 204

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

Shades of Orchid #CF6ACC

Tints of Orchid #CF6ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.5%

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

R = 40.04%
G = 20.5%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF6ACC (or 0xCF6ACC) is known color: Orchid. HEX triplet: CF, 6A and CC. RGB value is (207,106,204). Sum of RGB (Red+Green+Blue) = 207+106+204=517 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.04% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ACC is #309533. Grayscale: #939393. Windows color (decimal): -3183924 or 13396687. OLE color: 13396687.

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

Color convert

RGB 207 106 204 -
CMYK 0 0.49 0.01 0.19
HSL 301.78º 0.51% 0.61% -
HSV(B) 301.78º 0.49% 0.81% -
XYZ 41.79 27.93 60.32 -
YUV 147.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 207 106 204 0 0.49 0.01 0.19 301.78 0.51 0.61
Hex CF 6A CC 0 31 1 13 12E 33 3D
Octal 317 152 314 0 61 1 23 456 63 75
Binary 11001111 1101010 11001100 0 110001 1 10011 100101110 110011 111101

Color Harmonies of #CF6ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF6ACC

Black with #CF6ACC

Text Example


Text Example

White with #CF6ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF6ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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